Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c1550 if (!(so->so_flags1 & SOF1_KNOWN_TRACKER) && IS_INET(so)) { in soconnectlock()
1553 so->so_flags1 |= SOF1_KNOWN_TRACKER; in soconnectlock()
1686 !(so->so_flags1 & SOF1_KNOWN_TRACKER)) { in soconnectxlocked()
1689 so->so_flags1 |= SOF1_KNOWN_TRACKER; in soconnectxlocked()
5505 so->so_flags1 &= ~SOF1_KNOWN_TRACKER; in sosetoptlock()
5507 so->so_flags1 |= SOF1_KNOWN_TRACKER; in sosetoptlock()
6193 optval = ((so->so_flags1 & SOF1_KNOWN_TRACKER) > 0) in sogetoptlock()
/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h294 #define SOF1_KNOWN_TRACKER 0x08000000 /* Socket is a connection to a known tracker */ macro
/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c6285 domain_info->is_tracker = !!(so->so_flags1 & SOF1_KNOWN_TRACKER); in necp_copy_inp_domain_info()
12278 if (!(so->so_flags1 & SOF1_KNOWN_TRACKER)) { in necp_set_socket_domain_attributes()
12319 so->so_flags1 & SOF1_KNOWN_TRACKER, in necp_set_socket_domain_attributes()
H A Dnecp.c10065 if (inp->inp_socket->so_flags1 & SOF1_KNOWN_TRACKER) { in necp_socket_fillout_info_locked()