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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/compat/
H A Dinet_aton.c14 #ifndef INADDR_NONE
15 #define INADDR_NONE ((unsigned) 0xffffffff) macro
16 #endif /* ! INADDR_NONE */
20 if ((addr->s_addr = inet_addr(name)) == htonl(INADDR_NONE))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dinet_aton.c14 #ifndef INADDR_NONE
15 #define INADDR_NONE ((unsigned) 0xffffffff) macro
16 #endif /* ! INADDR_NONE */
20 if ((addr->s_addr = inet_addr(name)) == htonl(INADDR_NONE))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_addrinfo.c60 /* INADDR_NONE is not defined on Solaris 2.6, 2.7 or 2.8. */
61 #ifndef INADDR_NONE
62 #define INADDR_NONE ((u_long)0xffffffff)
74 else if ((tmpaddr = inet_addr(nodename)) != INADDR_NONE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhostip.h183 #ifndef INADDR_NONE
186 #define CURL_INADDR_NONE INADDR_NONE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dexternalsocket.c107 if (INADDR_NONE == (servaddr.sin_addr.s_addr = inet_addr(IPADDR)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Daccess.c25 if ((addr = interpret_addr(s)) == INADDR_NONE)
41 if (net == INADDR_NONE || mask == INADDR_NONE) {
H A Dutil_str.c1893 if ( (addr.s_addr = inet_addr(token_str)) == INADDR_NONE )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dsysincludes.h355 #ifndef INADDR_NONE
356 #define INADDR_NONE (-1) macro
H A Dfloppyd_installtest.c180 if (((ip = inet_addr(ipaddr)) == INADDR_NONE) &&
H A Dfloppyd_io.c470 if (((ip = inet_addr(ipaddr)) == INADDR_NONE) &&
H A Dfloppyd.c563 if (((ip = inet_addr(ipaddr)) == INADDR_NONE)
893 if (run_as_server && (bind_ip == INADDR_NONE)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Din.h229 #define INADDR_NONE ((unsigned long int) 0xffffffff) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dincludes.h1005 #ifndef INADDR_NONE
1006 #define INADDR_NONE 0xffffffff macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfsroot.c41 * now mapped to INADDR_NONE.
330 if ((servaddr = root_server_addr) == htonl(INADDR_NONE)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp_callmgr.c350 if (localbind.s_addr != INADDR_NONE) {
H A Dpptp.c110 struct in_addr localbind = { INADDR_NONE };
H A Dpptp_gre.c448 if (localbind.s_addr != INADDR_NONE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpcclient/
H A Drpcclient.c706 if ( (server_ip.s_addr=inet_addr(opt_ipaddr)) == INADDR_NONE ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dipconfig.c104 #define NONE __constant_htonl(INADDR_NONE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dlibsmbclient.c684 if ((rem_ip.s_addr=inet_addr(server)) == INADDR_NONE) {

Completed in 142 milliseconds