Searched refs:SOF_NOADDRAVAIL (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h234 #define SOF_NOADDRAVAIL 0x2 /* EADDRNOTAVAIL if src addr is gone */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c3158 so->so_flags |= SOF_NOADDRAVAIL;
3160 so->so_flags &= ~SOF_NOADDRAVAIL;
3575 optval = (so->so_flags & SOF_NOADDRAVAIL);
H A Duipc_socket2.c315 SOF_NOADDRAVAIL |
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c414 if (so->so_flags & SOF_NOADDRAVAIL) {

Completed in 28 milliseconds