Searched defs:inet_pton (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/nss/ |
H A D | inet_pton.c | 42 * inet_pton(af, src, dst) 53 inet_pton(int af, const char *src, void *dst) function
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | inet_ntop.c | 259 * inet_pton: This function takes string format IPv4 or IPv6 address and 261 * inet_pton() in the socket library. 411 * Provide fixed inet_pton() implementation. 420 * Provide broken inet_pton() implementation by default for binary 424 inet_pton(int af, char *inp, void *outp) function
|
/illumos-gate/usr/src/man/man3xnet/ |
H A D | Makefile | 74 inet_pton.3xnet \ 112 inet_pton.3xnet := LINKSRC = inet_ntop.3xnet
|
/illumos-gate/usr/src/boot/include/arpa/ |
H A D | inet.h | 130 #define inet_pton __inet_pton macro 149 int inet_pton(int, const char * __restrict, void * __restrict);
|
/illumos-gate/usr/src/man/man3socket/ |
H A D | Makefile | 122 inet_pton.3socket \ 219 inet_pton.3socket := LINKSRC = inet.3socket
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ip.h | 3717 #pragma redefine_extname inet_pton _inet_pton 3719 #define inet_pton _inet_pton macro 3723 extern int inet_pton(int, char *, void *);
|
Completed in 892 milliseconds