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

/freebsd-11-stable/lib/libc/inet/
H A DMakefile.inc7 inet_makeaddr.c inet_net_ntop.c inet_net_pton.c inet_neta.c \
H A Dinet_net_ntop.c19 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(int af, const void *src, int bits, char *dst, size_t size) function
276 #undef inet_net_ntop macro
277 __weak_reference(__inet_net_ntop, inet_net_ntop);
/freebsd-11-stable/include/arpa/
H A Dinet.h124 #define inet_net_ntop __inet_net_ntop macro
158 char *inet_net_ntop(int, const void *, int, char *, size_t);
/freebsd-11-stable/lib/libc/net/
H A DMakefile.inc84 MLINKS+=inet_net.3 inet_net_ntop.3 inet_net.3 inet_net_pton.3

Completed in 170 milliseconds