Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h232 #define SOF_NOADDRAVAIL 0x00000002 /* EADDRNOTAVAIL if src addr is gone */ macro
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c4988 so->so_flags |= SOF_NOADDRAVAIL; in sosetoptlock()
4990 so->so_flags &= ~SOF_NOADDRAVAIL; in sosetoptlock()
5990 optval = (so->so_flags & SOF_NOADDRAVAIL); in sogetoptlock()
H A Duipc_socket2.c394 (SOF_NOSIGPIPE | SOF_NOADDRAVAIL | SOF_REUSESHAREUID | in sonewconn_internal()
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_output.c1145 if (so->so_flags & SOF_NOADDRAVAIL) { in tcp_output()
H A Dmptcp_subr.c3723 if (mp_so->so_flags & SOF_NOADDRAVAIL) { in mptcp_subflow_nosrcaddr_ev()