Searched refs:ip6_getdstifaddr_info (Results 1 – 7 of 7) sorted by relevance
| /xnu-8796.141.3/bsd/netinet6/ |
| H A D | ip6_var.h | 528 extern int ip6_getdstifaddr_info(struct mbuf *, uint32_t *, uint32_t *);
|
| H A D | ip6_input.c | 1500 ip6_getdstifaddr_info(struct mbuf *m, uint32_t *dst_idx, uint32_t *ia6f) in ip6_getdstifaddr_info() function 1543 ip6_getdstifaddr_info(m, &dst_ifscope, NULL); in ip6_input_getdstifscope()
|
| H A D | frag6.c | 318 if (ip6_getdstifaddr_info(m, &idx, NULL) == 0) { in frag6_input()
|
| H A D | icmp6.c | 1335 if (ip6_getdstifaddr_info(m, NULL, &ia6_flags) != 0) { in ni6_input() 2317 ip6_getdstifaddr_info(m, &sifscope, NULL); in icmp6_reflect()
|
| H A D | ipsec.c | 1424 ip6_getdstifaddr_info(m, &sin6->sin6_scope_id, NULL); in ipsec6_setspidx_ipaddr()
|
| /xnu-8796.141.3/bsd/netinet/ |
| H A D | tcp_input.c | 949 if (ip6_getdstifaddr_info(m, NULL, &ia6_flags) == 0) { in tcp6_input() 2501 if (ip6_getdstifaddr_info(m, NULL, in tcp_input()
|
| H A D | tcp_subr.c | 818 ip6_getdstifaddr_info(m, &fifscope, NULL); in tcp_respond()
|