Searched refs:inet_net_pton (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/head/arpa/ |
H A D | inet.h | 60 extern int inet_net_pton(int, const char *, void *, size_t);
|
/illumos-gate/usr/src/boot/include/arpa/ |
H A D | inet.h | 125 #define inet_net_pton __inet_net_pton macro 159 int inet_net_pton(int, const char *, void *, size_t);
|
/illumos-gate/usr/src/lib/libresolv2/ |
H A D | Makefile.com | 39 INETOBJS= inet_net_pton.o inet_neta.o inet_lnaof.o \
|
/illumos-gate/usr/src/lib/libresolv2/common/inet/ |
H A D | inet_net_pton.c | 19 static const char rcsid[] = "$Id: inet_net_pton.c,v 1.10 2008/11/14 02:36:51 marka Exp $"; 383 * inet_net_pton(af, src, dst, size) 395 inet_net_pton(int af, const char *src, void *dst, size_t size) { function
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | lcl_nw.c | 286 pvt->net.n_length = inet_net_pton(AF_INET, cp, pvt->addr,
|
H A D | irpmarshall.c | 1439 bits = inet_net_pton(naddrtype, tmpbuf, &nnet, sizeof nnet); 1612 bits = inet_net_pton(naddrtype, tmpbuf, &nnet, sizeof nnet);
|
Completed in 97 milliseconds