afp               267 net/if_loop.c  		int32_t *afp;
afp               273 net/if_loop.c  		afp = mtod(m, int32_t *);
afp               274 net/if_loop.c  		*afp = (int32_t)dst->sa_family;
afp               331 net/if_loop.c  	int32_t af, *afp;
afp               341 net/if_loop.c  		afp = mtod(m, int32_t *);
afp               342 net/if_loop.c  		af = *afp;