Searched refs:ip6_getdstifaddr_info (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.101.4/bsd/netinet6/ |
| H A D | ip6_var.h | 527 extern int ip6_getdstifaddr_info(struct mbuf *, uint32_t *, uint32_t *);
|
| H A D | ip6_input.c | 1494 ip6_getdstifaddr_info(struct mbuf *m, uint32_t *dst_idx, uint32_t *ia6f) in ip6_getdstifaddr_info() function 1537 ip6_getdstifaddr_info(m, &dst_ifscope, NULL); in ip6_input_getdstifscope()
|
| H A D | frag6.c | 316 if (ip6_getdstifaddr_info(m, &idx, NULL) == 0) { in frag6_input()
|
| H A D | icmp6.c | 1306 if (ip6_getdstifaddr_info(m, NULL, &ia6_flags) != 0) { in ni6_input() 2291 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-8020.101.4/bsd/netinet/ |
| H A D | tcp_input.c | 940 if (ip6_getdstifaddr_info(m, NULL, &ia6_flags) == 0) { in tcp6_input() 2476 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()
|