Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dip6_var.h536 extern int ip6_getdstifaddr_info(struct mbuf *, uint32_t *, uint32_t *);
H A Dfrag6.c316 if (ip6_getdstifaddr_info(m, &idx, NULL) == 0) { in frag6_input()
H A Dip6_input.c1552 ip6_getdstifaddr_info(struct mbuf *m, uint32_t *dst_idx, uint32_t *ia6f) in ip6_getdstifaddr_info() function
1595 ip6_getdstifaddr_info(m, &dst_ifscope, NULL); in ip6_input_getdstifscope()
H A Dicmp6.c1340 if (ip6_getdstifaddr_info(m, NULL, &ia6_flags) != 0) { in ni6_input()
2321 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-12377.81.4/bsd/netinet/
H A Dtcp_input.c954 if (ip6_getdstifaddr_info(m, NULL, &ia6_flags) == 0) { in tcp6_input()
3445 if (ip6_getdstifaddr_info(m, NULL, in tcp_input()
H A Dtcp_subr.c1021 ip6_getdstifaddr_info(m, &fifscope, NULL); in tcp_respond()