Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Duipc_socket.c1710 if (!(so->so_flags1 & SOF1_KNOWN_TRACKER) && IS_INET(so)) { in soconnectlock()
1713 so->so_flags1 |= SOF1_KNOWN_TRACKER; in soconnectlock()
1846 !(so->so_flags1 & SOF1_KNOWN_TRACKER)) { in soconnectxlocked()
1849 so->so_flags1 |= SOF1_KNOWN_TRACKER; in soconnectxlocked()
5651 so->so_flags1 &= ~SOF1_KNOWN_TRACKER; in sosetoptlock()
5653 so->so_flags1 |= SOF1_KNOWN_TRACKER; in sosetoptlock()
6298 optval = ((so->so_flags1 & SOF1_KNOWN_TRACKER) > 0) in sogetoptlock()
/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h303 #define SOF1_KNOWN_TRACKER 0x08000000 /* Socket is a connection to a known tracker */ macro
/xnu-11417.140.69/bsd/net/
H A Dnecp_client.c6066 domain_info->is_tracker = !!(so->so_flags1 & SOF1_KNOWN_TRACKER); in necp_copy_inp_domain_info()
11333 if (!(so->so_flags1 & SOF1_KNOWN_TRACKER)) { in necp_set_socket_domain_attributes()
11374 so->so_flags1 & SOF1_KNOWN_TRACKER, in necp_set_socket_domain_attributes()
H A Dnecp.c9973 if (inp->inp_socket->so_flags1 & SOF1_KNOWN_TRACKER) { in necp_socket_fillout_info_locked()