Searched refs:inet_ntop (Results 126 - 150 of 162) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_attr.c975 inet_ntop (AF_INET6, &attr->mp_nexthop_global,
977 inet_ntop (AF_INET6, &attr->mp_nexthop_local,
H A Dbgp_vty.c6522 inet_ntop (AF_INET, &p->remote_id, buf1, BUFSIZ),
6774 inet_ntop (AF_INET, &p->nexthop.v4, buf1, BUFSIZ),
6778 inet_ntop (AF_INET6, &p->nexthop.v6_global, buf1, BUFSIZ),
6781 inet_ntop (AF_INET6, &p->nexthop.v6_local, buf1, BUFSIZ),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripngd/
H A Dripngd.c86 inet_ntop (AF_INET6, p, buf, INET6_ADDRSTRLEN);
380 inet_ntop (AF_INET6, &from->sin6_addr, buf, INET6_BUFSIZ));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Dip6tables.c1072 inet_ntop(AF_INET6, ip, buf, sizeof buf));
1075 printf("/%s", inet_ntop(AF_INET6, mask, buf, sizeof buf));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dsocket.c457 inet_ntop(sin->sin_family, &sin->sin_addr, where, sizeof(where));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dminissdp.c674 inet_ntop(AF_INET, &addr, host, sizeof(host));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Daddrtoname.c308 cp = inet_ntop(AF_INET6, &addr, ntop_buf, sizeof(ntop_buf));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dsocket.c457 inet_ntop(sin->sin_family, &sin->sin_addr, where, sizeof(where));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A DMakefile.in528 inet_ntop.c parsedate.c select.c tftp.c splay.c strdup.c socks.c \
546 inet_ntop.h curlx.h curl_memory.h curl_setup.h transfer.h select.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Draop.c2499 ret = (inet_ntop(AF_INET, &sa.sin.sin_addr.s_addr, address, sizeof(address)) != NULL);
2515 ret = (inet_ntop(AF_INET6, &sa.sin6.sin6_addr.s6_addr, address, sizeof(address)) != NULL);
2865 ret = (inet_ntop(AF_INET, &sa.sin.sin_addr.s_addr, address, sizeof(address)) != NULL);
2881 ret = (inet_ntop(AF_INET6, &sa.sin6.sin6_addr.s6_addr, address, sizeof(address)) != NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A Dutp.cpp184 inet_ntop(family, (uint32*)&_sin4, s, len);
190 inet_ntop(family, (in6_addr*)&_in._in6addr, i, len-1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtables.c1431 return inet_ntop(AF_INET6, addrp, buf, sizeof(buf));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dconfigure4159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_ntop in -lc" >&5
4160 $as_echo_n "checking for inet_ntop in -lc... " >&6; }
4175 char inet_ntop ();
4179 return inet_ntop ();
4203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_ntop in -linet6" >&5
4204 $as_echo_n "checking for inet_ntop in -linet6... " >&6; }
4219 char inet_ntop ();
4223 return inet_ntop ();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dfilter.c1815 inet_ntop (p->family, &p->u.prefix, buf, BUFSIZ),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dzserv.c1244 printf ("DEBUG %s\n", inet_ntop (AF_INET6, &addr, buf, BUFSIZ));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIP.c296 return inet_ntop(af, src, dst, cnt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Ddhcp6c.c425 if (inet_ntop(AF_INET6, &lladdr, linklocal, sizeof(linklocal)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanoftp.c1490 inet_ntop (AF_INET6, &((struct sockaddr_in6 *)&dataAddr)->sin6_addr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devutil.c1590 return inet_ntop(af, src, dst, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dnanoftp.c1492 inet_ntop (AF_INET6, &((struct sockaddr_in6 *)&dataAddr)->sin6_addr,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A DMakefile763 LIB_OBJS += $(OUTPUT)compat/inet_ntop.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dnanoftp.c1492 inet_ntop (AF_INET6, &((struct sockaddr_in6 *)&dataAddr)->sin6_addr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanoftp.c1490 inet_ntop (AF_INET6, &((struct sockaddr_in6 *)&dataAddr)->sin6_addr,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libxtables/
H A Dxtables.c1430 return inet_ntop(AF_INET6, addrp, buf, sizeof(buf));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dconfigure4206 { $as_echo "$as_me:$LINENO: checking for inet_ntop in -lc" >&5
4207 $as_echo_n "checking for inet_ntop in -lc... " >&6; }
4226 char inet_ntop ();
4230 return inet_ntop ();
4279 { $as_echo "$as_me:$LINENO: checking for inet_ntop in -linet6" >&5
4280 $as_echo_n "checking for inet_ntop in -linet6... " >&6; }
4299 char inet_ntop ();
4303 return inet_ntop ();

Completed in 611 milliseconds

1234567