Searched refs:dotted (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dnslookup.c74 char *dotted, *revhost; local
75 dotted = xmalloc_sockaddr2dotted_noport(cur->ai_addr);
78 printf("Address %u: %s%c", ++cnt, dotted, revhost ? ' ' : '\n');
85 free(dotted);
H A Dping.c251 const char *dotted; member in struct:globals
277 #define dotted (G.dotted ) macro
687 printf("PING %s (%s)", hostname, dotted);
761 dotted = xmalloc_sockaddr2dotted_noport(&lsa->sa);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcurl_addrinfo.h83 Curl_addrinfo *Curl_str2addr(char *dotted, int port);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/include/
H A Diptables.h159 extern struct in_addr *dotted_to_addr(const char *dotted);
160 extern struct in_addr *dotted_to_mask(const char *dotted);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/
H A Diptables.h147 extern struct in_addr *dotted_to_addr(const char *dotted);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtables.c1162 static struct in_addr *__numeric_to_ipaddr(const char *dotted, bool is_mask) argument
1170 /* copy dotted string, because we need to modify it */
1171 strncpy(buf, dotted, sizeof(buf) - 1);
1208 struct in_addr *xtables_numeric_to_ipaddr(const char *dotted) argument
1210 return __numeric_to_ipaddr(dotted, false);
1213 struct in_addr *xtables_numeric_to_ipmask(const char *dotted) argument
1215 return __numeric_to_ipaddr(dotted, true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dm_ipt.c301 struct in_addr *dotted_to_addr(const char *dotted) argument
310 /* copy dotted string, because we need to modify it */
311 strncpy(buf, dotted, sizeof (buf) - 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/xmon/
H A Dxmon.c1390 int nr, dotted; local
1395 dotted = 0;
1405 if (!dotted) {
1407 dotted = 1;
1411 dotted = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dmount.c1392 char *ip, *dotted; local
1412 dotted = xmalloc_sockaddr2dotted_noport(&lsa->sa);
1413 ip = xasprintf("ip=%s", dotted);
1419 mp->mnt_fsname = xasprintf("\\\\%s%s", dotted, s);
1429 free(dotted);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/
H A Diptables.c278 __dotted_to_addr(const char *dotted, int type) argument
287 /* copy dotted string, because we need to modify it */
288 strncpy(buf, dotted, sizeof(buf) - 1);
327 dotted_to_addr(const char *dotted) argument
329 return __dotted_to_addr(dotted, IPT_DOTTED_ADDR);
333 dotted_to_mask(const char *dotted) argument
335 return __dotted_to_addr(dotted, IPT_DOTTED_MASK);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dxmon.c2074 int nr, dotted; local
2079 dotted = 0;
2091 if (!dotted) {
2093 dotted = 1;
2097 dotted = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex259 either number or IP address-like dotted quad.
H A Dip-cref.tex470 of tunnels over IP are printed as dotted-quad IP addresses.
582 on the protocol. It is a dotted quad for IP and a sequence of hexadecimal halfwords
2405 either a number or an IP address-like dotted quad.

Completed in 509 milliseconds