Searched refs:inet_cidr_pton (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/head/arpa/ |
H A D | inet.h | 85 extern int inet_cidr_pton(int, const char *, void *, int *);
|
/illumos-gate/usr/src/boot/include/arpa/ |
H A D | inet.h | 127 #define inet_cidr_pton __inet_cidr_pton macro 162 int inet_cidr_pton(int, const char *, void *, int *);
|
/illumos-gate/usr/src/lib/libresolv2/ |
H A D | Makefile.com | 42 inet_cidr_pton.o inet_data.o
|
/illumos-gate/usr/src/lib/libresolv2/common/inet/ |
H A D | inet_cidr_pton.c | 19 static const char rcsid[] = "$Id: inet_cidr_pton.c,v 1.6 2005/04/27 04:56:19 sra Exp $"; 54 * inet_cidr_pton(af, src, dst, *bits) 70 inet_cidr_pton(int af, const char *src, void *dst, int *bits) { function
|
Completed in 89 milliseconds