Searched refs:inet_net_ntop (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/lib/libc/inet/
H A DMakefile.inc8 inet_net_ntop.c inet_net_pton.c inet_neta.c inet_netof.c \
H A Dinet_net_ntop.c21 static const char rcsid[] = "Id: inet_net_ntop.c,v 1.1.2.1 2002/08/02 02:17:21 marka Exp ";
23 __RCSID("$NetBSD: inet_net_ntop.c,v 1.4 2017/05/09 02:56:44 maya Exp $");
43 __weak_alias(inet_net_ntop,_inet_net_ntop)
59 * inet_net_ntop(af, src, bits, dst, size)
68 inet_net_ntop(int af, const void *src, int bits, char *dst, size_t size) function
/netbsd-current/external/bsd/libbind/dist/include/arpa/
H A Dinet.h83 #define inet_net_ntop __inet_net_ntop macro
101 char *inet_net_ntop __P((int, const void *, int, char *, size_t));
/netbsd-current/include/arpa/
H A Dinet.h96 char *inet_net_ntop(int, const void *, int, char *, size_t);
/netbsd-current/external/bsd/libbind/dist/inet/
H A Dinet_net_ntop.c21 static const char rcsid[] = "Id: inet_net_ntop.c,v 1.5 2006/06/20 02:50:14 marka Exp ";
51 * inet_net_ntop(af, src, bits, dst, size)
60 inet_net_ntop(af, src, bits, dst, size) function
/netbsd-current/lib/libc/net/
H A DMakefile.inc77 MLINKS+=inet_net.3 inet_net_ntop.3 inet_net.3 inet_net_pton.3
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dirp_nw.c153 if (inet_net_ntop(type, net, length, paddr, sizeof paddr) == NULL) {
H A Dnis_nw.c168 if (inet_net_ntop(AF_INET, net, length, tmp, sizeof tmp) == NULL) {
H A Dirpmarshall.c1328 if (inet_net_ntop(ne->n_addrtype, ne->n_addr, ne->n_length,
2010 inet_net_ntop(ne.n_addrtype, ne.n_addr, ne.n_length,
2014 inet_net_ntop(ne.n_addrtype, ne.n_addr, ne.n_length,
/netbsd-current/lib/libc/include/
H A Dnamespace.h489 #define inet_net_ntop _inet_net_ntop macro

Completed in 207 milliseconds