Searched refs:inet_ntop (Results 1 - 25 of 162) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/compat/
H A Dcompat-inet_ntop.c40 * inet_ntop() and inet_pton() wrap-implementations using
47 inet_ntop(int af, const void *src, char *dst, socklen_t size) function
72 #error no emulation for inet_ntop
H A DMakefile.am28 compat-inet_ntop.c \
H A Dcompat-inet_pton.c41 * inet_ntop() and inet_pton() wrap-implementations using
75 #error no emulation for inet_ntop
H A Dcompat.h61 const char * inet_ntop(int af, const void *src, char *dst, socklen_t size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dinet_ntop.h34 inet_ntop(af,addr,buf,(curl_socklen_t)size)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/tests/
H A Dfindalldevstest.c91 inet_ntop(AF_INET6,
96 inet_ntop(AF_INET6,
101 inet_ntop(AF_INET6,
106 inet_ntop(AF_INET6,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_prefix.c162 inet_ntop (AF_INET6, &in6, s, sizeof (s));
194 inet_ntop (AF_INET6, &in6, buf, sizeof (buf));
211 inet_ntop (AF_INET6, &in6, buf, sizeof (buf));
H A Dospf6_neighbor.c272 inet_ntop (AF_INET, &router_id, buf, sizeof (buf));
341 inet_ntop (AF_INET, &o6n->router_id, router_id, sizeof (router_id));
342 inet_ntop (AF_INET, &o6n->dr, dr, sizeof (dr));
343 inet_ntop (AF_INET, &o6n->bdr, bdr, sizeof (bdr));
362 inet_ntop (AF_INET6, &o6n->hisaddr, hisaddr, sizeof (hisaddr));
387 inet_ntop (AF_INET, &o6n->dr, hisdr, sizeof (hisdr));
388 inet_ntop (AF_INET, &o6n->bdr, hisbdr, sizeof (hisbdr));
565 inet_ntop (AF_INET, &lsa->header->id, id, sizeof (id));
566 inet_ntop (AF_INET, &lsa->header->adv_router, adv_router,
H A Dospf6_asbr.c169 inet_ntop (AF_INET, &asbr_id.adv_router, buf, sizeof (buf));
305 inet_ntop (AF_INET, &inter_router->adv_router, buf, sizeof (buf));
337 inet_ntop (AF_INET, &inter_router->adv_router, buf, sizeof (buf));
397 inet_ntop (AF_INET6, &in6, buf, sizeof (buf));
406 inet_ntop (AF_INET6, (struct in6_addr *) ptr, buf, sizeof (buf));
H A Dospf6_message.c72 inet_ntop (AF_INET, &lsa_header->advrtr, buf_router, sizeof (buf_router));
73 inet_ntop (AF_INET, &lsa_header->ls_id, buf_id, sizeof (buf_id));
106 inet_ntop (AF_INET, &hello->dr, dr_str, sizeof (dr_str));
107 inet_ntop (AF_INET, &hello->bdr, bdr_str, sizeof (bdr_str));
124 inet_ntop (AF_INET, current, neighbor, sizeof (neighbor));
196 inet_ntop (AF_INET, &lsreq->adv_router, buf_router, sizeof (buf_router));
197 inet_ntop (AF_INET, &lsreq->id, buf_id, sizeof (buf_id));
294 inet_ntop (AF_INET, &o6h->router_id, router_id, sizeof (router_id));
295 inet_ntop (AF_INET, &o6h->area_id, area_id, sizeof (area_id));
407 inet_ntop (AF_INE
[all...]
H A Dospf6_ism.c56 inet_ntop (AF_INET, &o6i->prevdr, prevdr, sizeof (prevdr));
57 inet_ntop (AF_INET, &o6i->prevbdr, prevbdr, sizeof (prevbdr));
58 inet_ntop (AF_INET, &o6i->dr, dr, sizeof (dr));
59 inet_ntop (AF_INET, &o6i->bdr, bdr, sizeof (bdr));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/missing/
H A Daddrinfo.h89 extern const char *inet_ntop (int, const void *, char *, size_t);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Include/
H A Daddrinfo.h92 extern const char *inet_ntop (int, const void *, char *, size_t);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Dll_addr.c27 return inet_ntop(AF_INET, addr, buf, blen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dsockunion.c95 inet_ntop (int family, const void *addrptr, char *strptr, size_t len) function
125 inet_ntop (AF_INET, &su->sin.sin_addr, str, INET_ADDRSTRLEN);
129 inet_ntop (AF_INET6, &su->sin6.sin6_addr, str, INET6_ADDRSTRLEN);
170 return inet_ntop (AF_INET, &su->sin.sin_addr, buf, len);
173 return inet_ntop (AF_INET6, &su->sin6.sin6_addr, buf, len);
220 inet_ntop (AF_INET, &su->sin.sin_addr, str, sizeof (str));
224 inet_ntop (AF_INET6, &su->sin6.sin6_addr, str, sizeof (str));
313 inet_ntop (AF_INET6, &(su->sin6.sin6_addr), buf, BUFSIZ));
696 printf ("%s\n", inet_ntop (AF_INET6, &(su->sin6.sin6_addr),
H A Dsockunion.h115 inet_ntop (int family, const void *addrptr, char *strptr, size_t len);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dtraceroute6.c543 inet_ntop(AF_INET6, &to->sin6_addr, pa, sizeof(pa)));
546 inet_ntop(AF_INET6, &saddr.sin6_addr, pa, sizeof(pa)));
779 inet_ntop(AF_INET6, &hip->saddr, pa1, sizeof(pa1)),
780 inet_ntop(AF_INET6, &hip->daddr, pa2, sizeof(pa2)));
798 Printf(" %s", inet_ntop(AF_INET6, &from->sin6_addr,
805 hostname = inet_ntop(AF_INET6, &from->sin6_addr, pa, sizeof(pa));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dgetifaddr.c50 if(!inet_ntop(AF_INET, &addr->sin_addr, buf, len))
52 DPRINTF(E_ERROR, L_GENERAL, "inet_ntop(): %s\n", strerror(errno));
79 if(!inet_ntop(AF_INET, &addr.sin_addr, buf, len))
81 DPRINTF(E_ERROR, L_GENERAL, "inet_ntop(): %s\n", strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/
H A Dgetnameinfo.c181 if (inet_ntop(afd->a_af, addr, numaddr, sizeof(numaddr))
213 if (inet_ntop(afd->a_af, addr, numaddr, sizeof(numaddr))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Dll_addr.c39 return inet_ntop(AF_INET, addr, buf, blen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dutil.c43 res = inet_ntop(AF_INET6, (void *)addr, str, INET6_ADDRSTRLEN);
47 flog(LOG_ERR, "print_addr: inet_ntop: %s", strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dutil.c43 res = inet_ntop(AF_INET6, (void *)addr, str, INET6_ADDRSTRLEN);
47 flog(LOG_ERR, "print_addr: inet_ntop: %s", strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-pgm.c282 inet_ntop(nla_af, nla, nla_buf, sizeof(nla_buf));
329 inet_ntop(nla_af, nla, nla_buf, sizeof(nla_buf));
438 inet_ntop(source_af, source, source_buf, sizeof(source_buf));
439 inet_ntop(group_af, group, group_buf, sizeof(group_buf));
648 inet_ntop(nla_af, nla, nla_buf, sizeof(nla_buf));
788 inet_ntop(nla_af, nla, nla_buf, sizeof(nla_buf));
822 inet_ntop(nla_af, nla, nla_buf, sizeof(nla_buf));
H A Dtcpdump-stdinc.h83 extern const char *inet_ntop (int, const void *, char *, size_t);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dmswindows.h123 const char *inet_ntop (int, const void *, char *, socklen_t);

Completed in 462 milliseconds

1234567