Searched refs:fifscope (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.141.1/bsd/netinet6/ |
| H A D | udp6_output.c | 182 uint32_t lifscope = IFSCOPE_NONE, fifscope = IFSCOPE_NONE; in udp6_output() local 320 fifscope = sin6->sin6_scope_id; in udp6_output() 353 fifscope = in6p->inp_fifscope; in udp6_output() 359 fifscope = SIN6(cfil_faddr)->sin6_scope_id; in udp6_output() 488 IN6_IS_SCOPE_EMBED(faddr) ? fifscope : IFSCOPE_NONE; in udp6_output() 573 ip6_output_setdstifscope(m, fifscope, NULL); in udp6_output()
|
| H A D | icmp6.c | 2253 uint32_t fifscope = IFSCOPE_NONE; in icmp6_reflect() local 2313 fifscope = m->m_pkthdr.rcvif->if_index; in icmp6_reflect() 2316 ip6_getsrcifaddr_info(m, &fifscope, NULL); in icmp6_reflect() 2319 fifscope = ip6_output_getsrcifscope(m); in icmp6_reflect() 2322 fifscope = IN6_IS_SCOPE_EMBED(&ip6->ip6_src) ? fifscope : IFSCOPE_NONE; in icmp6_reflect() 2344 sa6_src.sin6_scope_id = fifscope; in icmp6_reflect() 2419 sin6.sin6_scope_id = fifscope; in icmp6_reflect()
|
| H A D | in6_pcb.c | 1373 …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, uint32_t lifscope, in… in in6_pcblookup_hash() argument 1519 if (in6_are_addr_equal_scoped(&inp->in6p_faddr, faddr, inp->inp_fifscope, fifscope) && in in6_pcblookup_hash()
|
| /xnu-10063.141.1/bsd/netinet/ |
| H A D | tcp_subr.c | 667 uint32_t fifscope = inp->inp_fifscope != 0 ? inp->inp_fifscope : inp->inp_lifscope; in tcp_fillheaders() local 669 ip6_output_setdstifscope(m, fifscope, NULL); in tcp_fillheaders() 755 uint32_t sifscope = IFSCOPE_NONE, fifscope = IFSCOPE_NONE; in tcp_respond() local 764 fifscope = tp->t_inpcb->inp_fifscope; in tcp_respond() 822 ip6_getdstifaddr_info(m, &fifscope, NULL); in tcp_respond() 853 ip6_output_setdstifscope(m, fifscope, NULL); in tcp_respond()
|
| H A D | tcp_usrreq.c | 2136 uint32_t fifscope = inp->inp_fifscope; in tcp_lookup_peer_pid_locked() local 2153 finp = in6_pcblookup_hash(&tcbinfo, &laddr6, lport, lifscope, &faddr6, fport, fifscope, 0, NULL); in tcp_lookup_peer_pid_locked()
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | content_filter.c | 3115 const u_int32_t fifscope = inp ? inp->inp_fifscope : IFSCOPE_UNKNOWN; in cfil_fill_event_msg_addresses() local 3120 fill_ip6_sockaddr_4_6(sin_dst, faddr, fport, fifscope); in cfil_fill_event_msg_addresses() 3122 fill_ip6_sockaddr_4_6(sin_src, faddr, fport, fifscope); in cfil_fill_event_msg_addresses()
|