Searched refs:INP_INADDR_ANY (Results 1 – 7 of 7) sorted by relevance
158 INP_INADDR_ANY = 0x800 variable
1458 if (pcb.inp_flags & INP_INADDR_ANY):
804 #define INP_INADDR_ANY 0x00000800 /* local address wasn't specified */ macro805 #define INP_IN6ADDR_ANY INP_INADDR_ANY
1893 inp->inp_flags |= INP_INADDR_ANY; in in_pcbconnect()3763 inp->inp_flags &= ~INP_INADDR_ANY; in inp_clear_INP_INADDR_ANY()
2099 if (!(inp->inp_flags & INP_INADDR_ANY)) { in in_getconninfo()
1578 inp->inp_flags |= INP_INADDR_ANY; in tcp_connect()
1765 if (!(inp->inp_flags & INP_INADDR_ANY) || in udp_output()