Home
last modified time | relevance | path

Searched defs:lifscope (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.141.1/bsd/netinet6/
H A Din6_pcb.c196 uint32_t lifscope = IFSCOPE_NONE; in in6_pcbbind() local
763 uint32_t lifscope; in in6_pcbconnect() local
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()
1490 …u_int fport_arg, uint32_t fifscope, struct in6_addr *laddr, u_int lport_arg, uint32_t lifscope, in… in in6_pcblookup_hash()
H A Dudp6_output.c182 uint32_t lifscope = IFSCOPE_NONE, fifscope = IFSCOPE_NONE; in udp6_output() local
/xnu-10063.141.1/bsd/netinet/
H A Dtcp_usrreq.c1651 uint32_t lifscope = IFSCOPE_NONE; in tcp6_connect() local
2137 uint32_t lifscope = inp->inp_lifscope; in tcp_lookup_peer_pid_locked() local
H A Dtcp_input.c3370 uint32_t lifscope = inp->inp_lifscope; in tcp_input() local
H A Dtcp_subr.c666 uint32_t lifscope = inp->inp_lifscope != 0 ? inp->inp_lifscope : inp->inp_fifscope; in tcp_fillheaders() local
/xnu-10063.141.1/bsd/net/
H A Dcontent_filter.c3114 const u_int32_t lifscope = inp ? inp->inp_lifscope : IFSCOPE_UNKNOWN; in cfil_fill_event_msg_addresses() local