Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet6/
H A Dudp6_output.c184 uint32_t lifscope = IFSCOPE_NONE, fifscope = IFSCOPE_NONE; in udp6_output() local
338 fifscope = sin6->sin6_scope_id; in udp6_output()
387 fifscope = in6p->inp_fifscope; in udp6_output()
393 fifscope = SIN6(cfil_faddr)->sin6_scope_id; in udp6_output()
523 IN6_IS_SCOPE_EMBED(faddr) ? fifscope : IFSCOPE_NONE; in udp6_output()
612 ip6_output_setdstifscope(m, fifscope, NULL); in udp6_output()
H A Din6_pcb.c1373 …u_int fport_arg, uint32_t fifscope, struct in6_addr *laddr, u_int lport_arg, uint32_t lifscope, in… in in6_pcblookup_hash_exists() argument
1406 if (((in6_are_addr_equal_scoped(&inp->in6p_faddr, faddr, inp->inp_fifscope, fifscope) && in in6_pcblookup_hash_exists()
1490 u_int fport_arg, uint32_t fifscope, struct in6_addr *laddr, u_int lport_arg, in in6_pcblookup_hash_locked() argument
1517 if (in6_are_addr_equal_scoped(&inp->in6p_faddr, faddr, inp->inp_fifscope, fifscope) && in in6_pcblookup_hash_locked()
1586 u_int fport_arg, uint32_t fifscope, struct in6_addr *laddr, u_int lport_arg, in in6_pcblookup_hash() argument
1593 inp = in6_pcblookup_hash_locked(pcbinfo, faddr, fport_arg, fifscope, in in6_pcblookup_hash()
1603 u_int fport_arg, uint32_t fifscope, struct in6_addr *laddr, u_int lport_arg, in in6_pcblookup_hash_try() argument
1612 inp = in6_pcblookup_hash_locked(pcbinfo, faddr, fport_arg, fifscope, in in6_pcblookup_hash_try()
H A Din6_pcb.h110 struct in6_addr *faddr, u_int fport_arg, uint32_t fifscope,
H A Dicmp6.c2255 uint32_t fifscope = IFSCOPE_NONE; in icmp6_reflect() local
2315 fifscope = m->m_pkthdr.rcvif->if_index; in icmp6_reflect()
2318 ip6_getsrcifaddr_info(m, &fifscope, NULL); in icmp6_reflect()
2321 fifscope = ip6_output_getsrcifscope(m); in icmp6_reflect()
2324 fifscope = IN6_IS_SCOPE_EMBED(&ip6->ip6_src) ? fifscope : IFSCOPE_NONE; in icmp6_reflect()
2346 sa6_src.sin6_scope_id = fifscope; in icmp6_reflect()
2421 sin6.sin6_scope_id = fifscope; in icmp6_reflect()
/xnu-11417.101.15/bsd/netinet/
H A Dtcp_subr.c690 uint32_t fifscope = inp->inp_fifscope != 0 ? inp->inp_fifscope : inp->inp_lifscope; in tcp_fillheaders() local
692 ip6_output_setdstifscope(m, fifscope, NULL); in tcp_fillheaders()
778 uint32_t sifscope = IFSCOPE_NONE, fifscope = IFSCOPE_NONE; in tcp_respond() local
787 fifscope = tp->t_inpcb->inp_fifscope; in tcp_respond()
845 ip6_getdstifaddr_info(m, &fifscope, NULL); in tcp_respond()
876 ip6_output_setdstifscope(m, fifscope, NULL); in tcp_respond()
H A Dtcp_usrreq.c2147 uint32_t fifscope = inp->inp_fifscope; in tcp_lookup_peer_pid_locked() local
2164 finp = in6_pcblookup_hash(&tcbinfo, &laddr6, lport, lifscope, &faddr6, fport, fifscope, 0, NULL); in tcp_lookup_peer_pid_locked()
/xnu-11417.101.15/bsd/net/
H A Dcontent_filter.c3137 const u_int32_t fifscope = inp ? inp->inp_fifscope : IFSCOPE_UNKNOWN; in cfil_fill_event_msg_addresses() local
3142 fill_ip6_sockaddr_4_6(sin_dst, faddr, fport, fifscope); in cfil_fill_event_msg_addresses()
3144 fill_ip6_sockaddr_4_6(sin_src, faddr, fport, fifscope); in cfil_fill_event_msg_addresses()