Home
last modified time | relevance | path

Searched refs:INP_INADDR_ANY (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py158 INP_INADDR_ANY = 0x800 variable
H A Dnet.py1458 if (pcb.inp_flags & INP_INADDR_ANY):
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h804 #define INP_INADDR_ANY 0x00000800 /* local address wasn't specified */ macro
805 #define INP_IN6ADDR_ANY INP_INADDR_ANY
H A Din_pcb.c1893 inp->inp_flags |= INP_INADDR_ANY; in in_pcbconnect()
3763 inp->inp_flags &= ~INP_INADDR_ANY; in inp_clear_INP_INADDR_ANY()
H A Din.c2099 if (!(inp->inp_flags & INP_INADDR_ANY)) { in in_getconninfo()
H A Dtcp_usrreq.c1578 inp->inp_flags |= INP_INADDR_ANY; in tcp_connect()
H A Dudp_usrreq.c1765 if (!(inp->inp_flags & INP_INADDR_ANY) || in udp_output()