Home
last modified time | relevance | path

Searched refs:ip6_getdstifaddr_info (Results 1 – 7 of 7) sorted by relevance

/xnu-11417.140.69/bsd/netinet6/
H A Dip6_var.h542 extern int ip6_getdstifaddr_info(struct mbuf *, uint32_t *, uint32_t *);
H A Dfrag6.c315 if (ip6_getdstifaddr_info(m, &idx, NULL) == 0) { in frag6_input()
H A Dip6_input.c1523 ip6_getdstifaddr_info(struct mbuf *m, uint32_t *dst_idx, uint32_t *ia6f) in ip6_getdstifaddr_info() function
1566 ip6_getdstifaddr_info(m, &dst_ifscope, NULL); in ip6_input_getdstifscope()
H A Dicmp6.c1338 if (ip6_getdstifaddr_info(m, NULL, &ia6_flags) != 0) { in ni6_input()
2319 ip6_getdstifaddr_info(m, &sifscope, NULL); in icmp6_reflect()
H A Dipsec.c1415 ip6_getdstifaddr_info(m, &sin6->sin6_scope_id, NULL); in ipsec6_setspidx_ipaddr()
/xnu-11417.140.69/bsd/netinet/
H A Dtcp_input.c956 if (ip6_getdstifaddr_info(m, NULL, &ia6_flags) == 0) { in tcp6_input()
2671 if (ip6_getdstifaddr_info(m, NULL, in tcp_input()
H A Dtcp_subr.c845 ip6_getdstifaddr_info(m, &fifscope, NULL); in tcp_respond()