Searched refs:inet_net_pton (Results 1 – 7 of 7) sorted by relevance
/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/head/arpa/ |
H A D | inet.h | 60 extern 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 | 395 inet_net_pton(int af, const char *src, void *dst, size_t size) { in inet_net_pton() function
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | lcl_nw.c | 283 pvt->net.n_length = inet_net_pton(AF_INET, cp, pvt->addr, in nw_next()
|
H A D | irpmarshall.c | 1435 bits = inet_net_pton(naddrtype, tmpbuf, &nnet, sizeof nnet); in irp_unmarshall_nw() 1608 bits = inet_net_pton(naddrtype, tmpbuf, &nnet, sizeof nnet); in irp_unmarshall_ne()
|
/illumos-gate/usr/src/lib/libresolv2/common/ |
H A D | mapfile-vers | 218 inet_net_pton;
|