Searched refs:sin_dst (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/bsd/netinet/ |
| H A D | in_gif.c | 106 struct sockaddr_in *sin_dst = (struct sockaddr_in *) in in_gif_output() local 121 if (sin_src == NULL || sin_dst == NULL || in in_gif_output() 123 sin_dst->sin_family != AF_INET) { in in_gif_output() 172 if (sin_dst->sin_addr.s_addr != INADDR_ANY) { in in_gif_output() 173 iphdr.ip_dst = sin_dst->sin_addr; in in_gif_output() 200 dst->sin_family != sin_dst->sin_family || in in_gif_output() 201 dst->sin_addr.s_addr != sin_dst->sin_addr.s_addr || in in_gif_output() 204 dst->sin_family = sin_dst->sin_family; in in_gif_output() 206 dst->sin_addr = sin_dst->sin_addr; in in_gif_output()
|
| /xnu-8796.121.2/bsd/net/ |
| H A D | content_filter.c | 2935 union sockaddr_in_4_6 *sin_src, union sockaddr_in_4_6 *sin_dst, in cfil_fill_event_msg_addresses() argument 2946 fill_ip_sockaddr_4_6(sin_dst, faddr, fport); in cfil_fill_event_msg_addresses() 2949 fill_ip_sockaddr_4_6(sin_dst, laddr, lport); in cfil_fill_event_msg_addresses() 2960 fill_ip6_sockaddr_4_6(sin_dst, faddr, fport, fifscope); in cfil_fill_event_msg_addresses() 2963 fill_ip6_sockaddr_4_6(sin_dst, laddr, lport, lifscope); in cfil_fill_event_msg_addresses()
|