Searched refs:INADDR_NONE (Results 26 - 39 of 39) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfloppyd.c563 if (((ip = inet_addr(ipaddr)) == INADDR_NONE)
893 if (run_as_server && (bind_ip == INADDR_NONE)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dncftp.h552 #ifndef INADDR_NONE
553 # define INADDR_NONE (0xffffffff) /* <netinet/in.h> should have it. */ macro
H A Dftp.c202 if (ip_address.s_addr == INADDR_NONE) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIP.c54 #ifndef INADDR_NONE
55 #define INADDR_NONE -1 macro
1165 if (addr == INADDR_NONE) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Drpcclient.c735 if ( (server_ip.s_addr=inet_addr(opt_ipaddr)) == INADDR_NONE ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgsocket.cpp1399 if (addr->s_addr == INADDR_NONE)
1406 /* addr->s_addr = INADDR_NONE just done by inet_addr() above */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dminiupnpc.c505 if(mc_if.s_addr != INADDR_NONE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dipconfig.c104 #define NONE cpu_to_be32(INADDR_NONE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcfsocket.cpp1554 addr->s_addr = INADDR_NONE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devdns.c370 if (r == INADDR_NONE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dlibsmbclient.c823 if ((rem_ip.s_addr=inet_addr(server)) == INADDR_NONE) {

Completed in 153 milliseconds

12