Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Dip6_var.h527 extern int ip6_getdstifaddr_info(struct mbuf *, uint32_t *, uint32_t *);
H A Dip6_input.c1494 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 Dfrag6.c316 if (ip6_getdstifaddr_info(m, &idx, NULL) == 0) { in frag6_input()
H A Dicmp6.c1306 if (ip6_getdstifaddr_info(m, NULL, &ia6_flags) != 0) { in ni6_input()
2291 ip6_getdstifaddr_info(m, &sifscope, NULL); in icmp6_reflect()
H A Dipsec.c1424 ip6_getdstifaddr_info(m, &sin6->sin6_scope_id, NULL); in ipsec6_setspidx_ipaddr()
/xnu-8020.101.4/bsd/netinet/
H A Dtcp_input.c940 if (ip6_getdstifaddr_info(m, NULL, &ia6_flags) == 0) { in tcp6_input()
2476 if (ip6_getdstifaddr_info(m, NULL, in tcp_input()
H A Dtcp_subr.c818 ip6_getdstifaddr_info(m, &fifscope, NULL); in tcp_respond()