HomeSort by: relevance | last modified time | path
    Searched refs:inet_ntop (Results 1 - 25 of 227) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/gpl3/gdb/dist/gnulib/import/
arpa_inet.in.h 36 /* On NonStop Kernel, inet_ntop and inet_pton are declared in <netdb.h>.
52 /* Get all possible declarations of inet_ntop() and inet_pton(). */
80 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_ntop.html>. */
83 # undef inet_ntop macro
84 # define inet_ntop rpl_inet_ntop macro
86 _GL_FUNCDECL_RPL (inet_ntop, const char *,
90 _GL_CXXALIAS_RPL (inet_ntop, const char *,
95 _GL_FUNCDECL_SYS (inet_ntop, const char *,
102 _GL_CXXALIAS_SYS_CAST (inet_ntop, const char *,
107 _GL_CXXALIASWARN (inet_ntop); variable
    [all...]
inet_ntop.c 0 /* inet_ntop.c -- convert IPv4 and IPv6 addresses from binary to text form
52 # undef inet_ntop macro
58 return inet_ntop (af, src, dst, cnt);
83 * inet_ntop(af, src, dst, size)
91 inet_ntop (int af, const void *restrict src, function
  /src/external/gpl3/gdb.old/dist/gnulib/import/
arpa_inet.in.h 36 /* On NonStop Kernel, inet_ntop and inet_pton are declared in <netdb.h>.
52 /* Get all possible declarations of inet_ntop() and inet_pton(). */
80 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_ntop.html>. */
83 # undef inet_ntop macro
84 # define inet_ntop rpl_inet_ntop macro
86 _GL_FUNCDECL_RPL (inet_ntop, const char *,
90 _GL_CXXALIAS_RPL (inet_ntop, const char *,
95 _GL_FUNCDECL_SYS (inet_ntop, const char *,
102 _GL_CXXALIAS_SYS_CAST (inet_ntop, const char *,
107 _GL_CXXALIASWARN (inet_ntop); variable
    [all...]
inet_ntop.c 0 /* inet_ntop.c -- convert IPv4 and IPv6 addresses from binary to text form
52 # undef inet_ntop macro
58 return inet_ntop (af, src, dst, cnt);
83 * inet_ntop(af, src, dst, size)
91 inet_ntop (int af, const void *restrict src, function
  /src/lib/libc/inet/
Makefile.inc 9 inet_network.c inet_ntoa.c inet_ntop.c inet_pton.c nsap_addr.c
inet_ntoa.c 62 (void) inet_ntop(AF_INET, &in, ret, (socklen_t)sizeof ret);
  /src/external/bsd/ipf/dist/lib/
printhost.c 31 PRINTF("%s", inet_ntop(family, ptr, ipbuf, sizeof(ipbuf)));
printhostmask.c 31 PRINTF("%s", inet_ntop(family, ptr, ipbuf, sizeof(ipbuf)));
print_toif.c 31 inet_ntop(AF_INET6, &fdp->fd_ip6, ipv6addr,
printip.c 34 str = inet_ntop(AF_INET6, addr, buf, sizeof(buf) - 1);
printpoolfield.c 54 PRINTF("%s", inet_ntop(a->adf_family, &a->adf_addr,
59 PRINTF("%s", inet_ntop(node->ipe_family,
66 PRINTF("%s", inet_ntop(a->adf_family, &a->adf_addr,
76 PRINTF("%s", inet_ntop(a->adf_family, &a->adf_addr,
81 PRINTF("%s", inet_ntop(node->ipe_family,
hostname.c 53 (void) inet_ntop(AF_INET6, ip, hostbuf, sizeof(hostbuf) - 1);
printdstlistnode.c 50 str = inet_ntop(AF_INET6, &np->ipfd_dest.fd_ip6,
61 str = inet_ntop(np->ipfd_dest.fd_addr.adf_family,
  /src/external/bsd/libbind/dist/inet/
inet_ntoa.c 62 (void) inet_ntop(AF_INET, &in, ret, sizeof ret);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/arpa/
inet.d 56 // per spec: const char* inet_ntop(int, const void*, char*, socklen_t);
57 char* inet_ntop(int, const scope void*, char*, socklen_t);
81 const(char)* inet_ntop(int, const scope void*, char*, socklen_t);
104 const(char)* inet_ntop(int, const scope void*, char*, socklen_t);
127 const(char)* inet_ntop(int, const scope void*, char*, socklen_t);
150 const(char)* inet_ntop(int, const scope void*, char*, socklen_t);
183 const(char)* inet_ntop(int, const scope void*, char*, socklen_t);
206 const(char)* inet_ntop(int, const scope void*, char*, socklen_t);
229 const(char)* inet_ntop(int, const scope void*, char*, socklen_t);
261 const(char)* inet_ntop(int, const scope void*, char*, size_t)
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSShared/utilities/
misc_utilities.c 84 inet_ntop(AF_INET, addr->ip.v4.b, out_string_buf, INET6_ADDRSTRLEN + 1);
86 inet_ntop(AF_INET6, addr->ip.v6.b, out_string_buf, INET6_ADDRSTRLEN + 1);
  /src/external/bsd/libbind/dist/include/arpa/
inet.h 89 #define inet_ntop __inet_ntop macro
107 const char *inet_ntop __P((int, const void *, char *, size_t));
  /src/external/bsd/libpcap/dist/testprogs/
findalldevstest.c 262 inet_ntop(AF_INET,
267 inet_ntop(AF_INET,
272 inet_ntop(AF_INET,
277 inet_ntop(AF_INET,
286 inet_ntop(AF_INET6,
291 inet_ntop(AF_INET6,
296 inet_ntop(AF_INET6,
301 inet_ntop(AF_INET6,
  /src/external/ibm-public/postfix/dist/src/dns/
dns_rr_to_pa.c 58 return (inet_ntop(AF_INET, rr->data, hostaddr->buf,
62 return (inet_ntop(AF_INET6, rr->data, hostaddr->buf,
  /src/include/arpa/
inet.h 89 const char *inet_ntop(int, const void * __restrict,
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getnameinfo.c 51 if (inet_ntop (af, addr, host, hostlen) == NULL)
66 } else if (inet_ntop (af, addr, host, hostlen) == NULL)
  /src/usr.sbin/rtadvd/
rtadvd.c 615 inet_ntop(AF_INET6, addr,
650 inet_ntop(AF_INET6, addr,
817 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
827 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
837 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
854 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
864 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
874 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
906 inet_ntop(AF_INET6, &from->sin6_addr,
919 inet_ntop(AF_INET6, &from->sin6_addr
    [all...]
  /src/crypto/dist/ipsec-tools/src/racoon/
isakmp_unity.c 288 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
289 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40);
373 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
374 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40);
393 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
404 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40);
  /src/usr.sbin/ldpd/
ldp_errors.c 126 if (inet_ntop(AF_INET, &(sin->sin_addr), satos_str,
135 if (inet_ntop(AF_INET6, &(sin6->sin6_addr), satos_str,
  /src/external/bsd/ntp/dist/libntp/
socktoa.c 52 inet_ntop(AF_INET, PSOCK_ADDR4(sock), res,
57 inet_ntop(AF_INET6, PSOCK_ADDR6(sock), res,

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 910