Home | History | Annotate | Download | only in netcat

Lines Matching defs:INADDR_NONE

96 #ifndef INADDR_NONE
97 #define INADDR_NONE 0xffffffff
376 if (iaddr.s_addr == INADDR_NONE) { /* here's the great split: names... */
403 } else { /* not INADDR_NONE: numeric addresses... */
423 } /* INADDR_NONE Great Split */