Home
last modified time | relevance | path

Searched refs:inet_cidr_ntop (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/include/arpa/
HDinet.h126 #define inet_cidr_ntop __inet_cidr_ntop macro
161 char *inet_cidr_ntop(int, const void *, int, char *, size_t);
/freebsd-11-stable/lib/libc/inet/
HDMakefile.inc6 SRCS+= inet_addr.c inet_cidr_ntop.c inet_cidr_pton.c inet_lnaof.c \
HDinet_cidr_ntop.c65 inet_cidr_ntop(int af, const void *src, int bits, char *dst, size_t size) { in inet_cidr_ntop() function