Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Din_pcblist.c496 bool anytcpstateok; in inpcb_get_if_ports_used() local
507 anytcpstateok = ((flags & IFNET_GET_LOCAL_PORTS_ANYTCPSTATEOK) != 0); in inpcb_get_if_ports_used()
528 if (!anytcpstateok && in inpcb_get_if_ports_used()
647 if (anytcpstateok && inp->inp_fport != 0) { in inpcb_get_if_ports_used()
678 if (!anytcpstateok && in inpcb_get_if_ports_used()
684 if (anytcpstateok) { in inpcb_get_if_ports_used()