Searched refs:lifscope (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/bsd/netinet6/ |
| H A D | in6_pcb.c | 196 uint32_t lifscope = IFSCOPE_NONE; in in6_pcbbind() local 248 NULL, &lifscope) != 0) { in in6_pcbbind() 564 inp->inp_lifscope = lifscope; in in6_pcbbind() 565 in6_verify_ifscope(&inp->in6p_laddr, lifscope); in in6_pcbbind() 761 uint32_t lifscope; in in6_pcbconnect() local 763 lifscope = inp->inp_lifscope; in in6_pcbconnect() 765 lifscope = in6_addr2scopeid(outif, &addr6); in in6_pcbconnect() 767 lifscope = sin6->sin6_scope_id; in in6_pcbconnect() 792 inp->inp_lifscope = lifscope; in in6_pcbconnect() 1449 laddr, inp->inp_lifscope, lifscope) || in in6_pcblookup_hash_exists() [all …]
|
| H A D | udp6_output.c | 183 uint32_t lifscope = IFSCOPE_NONE, fifscope = IFSCOPE_NONE; in udp6_output() local 336 lifscope = src_ifp->if_index; in udp6_output() 341 lifscope = in6p->inp_lifscope; in udp6_output() 375 lifscope = in6p->inp_lifscope; in udp6_output() 598 ip6_output_setsrcifscope(m, lifscope, NULL); in udp6_output()
|
| /xnu-11215/bsd/netinet/ |
| H A D | tcp_usrreq.c | 1648 uint32_t lifscope = IFSCOPE_NONE; in tcp6_connect() local 1650 lifscope = inp->inp_lifscope; in tcp6_connect() 1652 lifscope = sin6->sin6_scope_id; in tcp6_connect() 1654 lifscope = outif->if_index; in tcp6_connect() 1661 inp->inp_lport, lifscope, 0, NULL); in tcp6_connect() 1694 inp->inp_lifscope = lifscope; in tcp6_connect() 2146 uint32_t lifscope = inp->inp_lifscope; in tcp_lookup_peer_pid_locked() local 2162 finp = in6_pcblookup_hash(&tcbinfo, &laddr6, lport, lifscope, &faddr6, fport, fifscope, 0, NULL); in tcp_lookup_peer_pid_locked()
|
| H A D | tcp_subr.c | 683 uint32_t lifscope = inp->inp_lifscope != 0 ? inp->inp_lifscope : inp->inp_fifscope; in tcp_fillheaders() local 685 ip6_output_setsrcifscope(m, lifscope, NULL); in tcp_fillheaders()
|
| H A D | tcp_input.c | 3525 uint32_t lifscope = inp->inp_lifscope; in tcp_input() local 3534 inp->inp_lifscope = lifscope; in tcp_input()
|
| /xnu-11215/bsd/net/ |
| H A D | content_filter.c | 3130 const u_int32_t lifscope = inp ? inp->inp_lifscope : IFSCOPE_UNKNOWN; in cfil_fill_event_msg_addresses() local 3135 fill_ip6_sockaddr_4_6(sin_src, laddr, lport, lifscope); in cfil_fill_event_msg_addresses() 3139 fill_ip6_sockaddr_4_6(sin_dst, laddr, lport, lifscope); in cfil_fill_event_msg_addresses()
|