Searched refs:lifscope (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.101.15/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() 772 &addr6 : &inp->in6p_laddr, inp->inp_lport, lifscope, 0, NULL); in in6_pcbconnect() 792 inp->inp_lifscope = lifscope; in in6_pcbconnect() [all …]
|
| H A D | udp6_output.c | 184 uint32_t lifscope = IFSCOPE_NONE, fifscope = IFSCOPE_NONE; in udp6_output() local 346 lifscope = src_ifp->if_index; in udp6_output() 351 lifscope = in6p->inp_lifscope; in udp6_output() 388 lifscope = in6p->inp_lifscope; in udp6_output() 613 ip6_output_setsrcifscope(m, lifscope, NULL); in udp6_output()
|
| H A D | in6_pcb.h | 111 struct in6_addr *laddr, u_int lport_arg, uint32_t lifscope, int wildcard,
|
| /xnu-11417.101.15/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() 2148 uint32_t lifscope = inp->inp_lifscope; 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()
|
| H A D | tcp_subr.c | 689 uint32_t lifscope = inp->inp_lifscope != 0 ? inp->inp_lifscope : inp->inp_fifscope; in tcp_fillheaders() local 691 ip6_output_setsrcifscope(m, lifscope, NULL); in tcp_fillheaders()
|
| H A D | tcp_input.c | 3564 uint32_t lifscope = inp->inp_lifscope; in tcp_input() local 3573 inp->inp_lifscope = lifscope; in tcp_input()
|
| /xnu-11417.101.15/bsd/net/ |
| H A D | content_filter.c | 3136 const u_int32_t lifscope = inp ? inp->inp_lifscope : IFSCOPE_UNKNOWN; in cfil_fill_event_msg_addresses() local 3141 fill_ip6_sockaddr_4_6(sin_src, laddr, lport, lifscope); in cfil_fill_event_msg_addresses() 3145 fill_ip6_sockaddr_4_6(sin_dst, laddr, lport, lifscope); in cfil_fill_event_msg_addresses()
|