Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h241 #define SOF_NOADDRAVAIL 0x00000002 /* EADDRNOTAVAIL if src addr is gone */ macro
/xnu-11417.140.69/bsd/kern/
H A Duipc_socket.c5134 so->so_flags |= SOF_NOADDRAVAIL; in sosetoptlock()
5136 so->so_flags &= ~SOF_NOADDRAVAIL; in sosetoptlock()
6095 optval = (so->so_flags & SOF_NOADDRAVAIL); in sogetoptlock()
H A Duipc_socket2.c394 (SOF_NOSIGPIPE | SOF_NOADDRAVAIL | SOF_REUSESHAREUID | in sonewconn_internal()
/xnu-11417.140.69/bsd/netinet/
H A Dtcp_output.c912 if (so->so_flags & SOF_NOADDRAVAIL) { in tcp_output()
H A Dmptcp_subr.c3715 if (mp_so->so_flags & SOF_NOADDRAVAIL) { in mptcp_subflow_nosrcaddr_ev()