Searched refs:INP_INADDR_ANY (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h564 #define INP_INADDR_ANY 0x800 /* local address wasn't specified */ macro
H A Dudp_usrreq.c1383 if (((inp->inp_flags & INP_INADDR_ANY) == 0) ||
1420 inp->inp_flags |= INP_INADDR_ANY; /* remember we don't care about src addr.*/
1469 inp->inp_flags |= INP_INADDR_ANY; /* from pcbconnect: remember we don't care about src addr.*/
H A Din_pcb.c942 inp->inp_flags |= INP_INADDR_ANY;
2268 * Clear the INP_INADDR_ANY flag (special case for PPP only)
2277 inp->inp_flags &= ~INP_INADDR_ANY;

Completed in 24 milliseconds