Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h291 #define SOF1_INBOUND 0x01000000 /* Created via a passive listener */ macro
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket2.c398 so->so_flags1 |= SOF1_INBOUND; in sonewconn_internal()
/xnu-12377.41.6/bsd/net/
H A Dntstat.c2453 if (so->so_flags1 & SOF1_INBOUND) { in nstat_tcp_copy_descriptor()
2874 if (so->so_flags1 & SOF1_INBOUND) { in nstat_udp_copy_descriptor()
H A Dcontent_filter.c6174 …t_name(sock_proc) : ""), IS_UDP(so) ? "UDP" : "TCP", (so->so_flags1 & SOF1_INBOUND) ? "in" : "out", in cfil_inp_log()
H A Dnecp.c10083 if (inp->inp_socket->so_flags1 & SOF1_INBOUND) { in necp_socket_fillout_info_locked()