Searched refs:inet_aton (Results 26 - 50 of 58) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dfilter.c628 ret = inet_aton (addr_str, &addr);
636 ret = inet_aton (addr_mask_str, &addr_mask);
646 ret = inet_aton (mask_str, &mask);
654 ret = inet_aton (mask_mask_str, &mask_mask);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/zebra/
H A Dirdp.c191 inet_aton ("255.255.255.255", &sin.sin_addr);
H A Drib.c1449 ret = inet_aton (mask_str, &mask);
1469 ret = inet_aton (gate_str, &gate);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Ddnsd.c282 if (!inet_aton((char*)answstr, &a)) {//dotted dec to long conv
H A Dzcip.c213 if (inet_aton(r_opt, &ip) == 0
H A Difupdown.c175 if (inet_aton(dotted_quad, &ip) == 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/compat/
H A DMakefile69 strstr.lo strdup.lo inet_aton.lo rquota_xdr.lo pselect.lo \
271 inet_aton.c \
328 include ./$(DEPDIR)/inet_aton.Plo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dupnpevents.c255 inet_aton(obj->addrstr, &addr.sin_addr);
H A Dminidlna.c154 if(!inet_aton(lan_addr->str, &lan_addr->addr))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dupnpevents.c295 inet_aton(obj->addrstr, &addr.sin_addr);
H A Dminissdp.c396 if (!inet_aton(addr, &dest.sin_addr))
H A Dminidlna.c195 if(!inet_aton(lan_addr->str, &lan_addr->addr))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dupnpevents.c255 inet_aton(obj->addrstr, &addr.sin_addr);
H A Dminidlna.c160 if(!inet_aton(lan_addr->str, &lan_addr->addr))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pptp/
H A Dpptp_callmgr.c120 if (inet_aton(argv[1], &inetaddr) == 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/tests/
H A DFTPServer.pm209 $conn->{peeraddr} = inet_aton ($peeraddrstring);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_ecommunity.c344 ret = inet_aton (ipstr, &ip);
H A Dbgp_mplsvpn.c223 ret = inet_aton (half, &addr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ripd/
H A Drip_routemap.c31 #include "sockunion.h" /* for inet_aton () */
543 ret = inet_aton (arg, address);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pptp/
H A Dpptp_callmgr.c124 if (inet_aton(argv[1], &inetaddr) == 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Dbroadcom.c6043 (void) inet_aton(nvram_safe_get(v->argv[0]), &netaddr);
6044 (void) inet_aton(nvram_safe_get(v->argv[1]), &netmask);
7348 (void) inet_aton(lan_ipaddr, &ipaddr);
7349 (void) inet_aton(lan_netmask, &netmask);
7373 (void) inet_aton(value, &ipaddr);
7513 (void) inet_aton(from_start, &start.match.src.ipaddr);
7524 (void) inet_aton(from_end, &end.match.src.ipaddr);
7608 (void) inet_aton(from_start, &start.match.src.ipaddr);
7614 (void) inet_aton(from_end, &end.match.src.ipaddr);
7726 (void) inet_aton(to_i
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c914 if (inet_aton(optarg, &(intf->ip))) {
1366 if (inet_aton("169.254.255.255", &brd) == 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drtsp.c22 /* needed by inet_aton() */
360 if (inet_aton(buf1, &sdp_ip) == 0)
659 if (inet_aton(buf, &ipaddr))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafp_options.c401 if (inet_aton(c, &inaddr) && (opt = strdup(c))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/misc/
H A Darpd.c707 if (!inet_aton(ipbuf, (struct in_addr*)&k.addr)) {

Completed in 259 milliseconds

123