Searched refs:INADDR_NONE (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dinet_aton.c47 return (addr->s_addr == INADDR_NONE) ? 0 : 1;
H A Droken-common.h59 #ifndef INADDR_NONE
60 #define INADDR_NONE 0xffffffff macro
/netbsd-current/external/bsd/libbind/dist/inet/
H A Dinet_network.c72 return (INADDR_NONE);
88 return (INADDR_NONE);
90 return (INADDR_NONE);
96 return (INADDR_NONE);
100 return (INADDR_NONE);
H A Dinet_addr.c100 return (INADDR_NONE);
/netbsd-current/lib/libc/inet/
H A Dinet_network.c82 return (INADDR_NONE);
97 return (INADDR_NONE);
99 return (INADDR_NONE);
105 return (INADDR_NONE);
109 return (INADDR_NONE);
/netbsd-current/sys/arch/hp300/stand/common/
H A Dnetio.c169 htonl(INADDR_NONE)) {
179 htonl(INADDR_NONE)) {
189 htonl(INADDR_NONE)) {
199 htonl(INADDR_NONE)) {
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dsys_compat.c364 #ifndef INADDR_NONE
365 #define INADDR_NONE 0xffffffff macro
382 } else if ((addr.s_addr = inet_addr(src)) == INADDR_NONE
H A Dfind_inet.c64 #ifndef INADDR_NONE
65 #define INADDR_NONE 0xffffffff macro
82 if ((addr.s_addr == INADDR_NONE) || (addr.s_addr == 0)) {
/netbsd-current/usr.sbin/tcpdchk/
H A Dscaffold.c32 #ifndef INADDR_NONE
33 #define INADDR_NONE (-1) /* XXX should be 0xffffffff */ macro
H A Dtcpdchk.c43 #ifndef INADDR_NONE
44 #define INADDR_NONE (-1) /* XXX should be 0xffffffff */ macro
458 if (dot_quad_addr(pat, NULL) != INADDR_NONE
459 || dot_quad_addr(mask, NULL) != INADDR_NONE)
/netbsd-current/external/bsd/unbound/dist/compat/
H A Dinet_aton.c79 return (INADDR_NONE);
/netbsd-current/external/bsd/nsd/dist/compat/
H A Dinet_aton.c75 return (INADDR_NONE);
/netbsd-current/external/bsd/am-utils/dist/include/
H A Dam_compat.h465 /* some OSs don't define INADDR_NONE and assume it's unsigned -1 */
466 #ifndef INADDR_NONE
467 # define INADDR_NONE 0xffffffffU macro
468 #endif /* INADDR_NONE */
/netbsd-current/common/lib/libc/inet/
H A Dinet_addr.c115 return (INADDR_NONE);
/netbsd-current/usr.bin/tftp/
H A Dtftp.c150 if (mcaddr == INADDR_NONE)
288 if (mcaddr != INADDR_NONE)
330 mcaddr = INADDR_NONE;
351 mcaddr = INADDR_NONE;
495 if (mcaddr != INADDR_NONE) {
517 if (mcaddr != INADDR_NONE && mf >= 0) {
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dgetnetent.c68 #ifndef INADDR_NONE
69 # define INADDR_NONE 0xffffffff macro
276 if (tmp == INADDR_NONE) {
/netbsd-current/usr.sbin/tcpdmatch/
H A Dtcpdmatch.c42 #ifndef INADDR_NONE
43 #define INADDR_NONE (-1) /* XXX should be 0xffffffff */ macro
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/netinet/
H A Din_.d121 INADDR_NONE = 0xFFFFFFFF
166 INADDR_NONE = 0xFFFFFFFF
209 INADDR_NONE = 0xffffffff
244 INADDR_NONE = 0xffffffff
278 INADDR_NONE = 0xffffffff
321 INADDR_NONE = 0xffffffff,
375 INADDR_NONE = 0xFFFFFFFF
407 INADDR_NONE = 0xffffffff
442 INADDR_NONE = 0xFFFFFFFF
/netbsd-current/external/bsd/am-utils/dist/fixmount/
H A Dfixmount.c99 } else if (addr2.s_addr == INADDR_NONE) {
206 hostaddr.s_addr = INADDR_NONE;
364 thisaddr.s_addr = INADDR_NONE;
/netbsd-current/sys/arch/ia64/stand/common/
H A Ddev_net.c273 if (inet_addr(&rootpath[0]) != INADDR_NONE)
/netbsd-current/external/bsd/libbind/dist/
H A Dport_after.h.in266 #ifndef INADDR_NONE
267 #define INADDR_NONE 0xffffffff
/netbsd-current/usr.sbin/timed/timed/
H A Dtimed.c254 if (nt->net != INADDR_NONE)
259 else if (nt->net == INADDR_NONE)
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dfile_http.cpp180 if (_sockaddr.sin_addr.S_un.S_addr == INADDR_NONE) {
/netbsd-current/sys/netinet/
H A Din.h231 #define INADDR_NONE __IPADDR(0xffffffff) /* -1 return */ macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/cris/
H A Ddv-rv.c870 #ifndef INADDR_NONE
871 #define INADDR_NONE -1 macro
874 if (server.sin_addr.s_addr == INADDR_NONE)

Completed in 334 milliseconds

12