blob: 76ff39da7972f806de5830b4193123a2cbb4d70b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
Description:
Convert internet address from internal to printable, presentable format.
Files:
lib/inet_ntop.c
m4/inet_ntop.m4
Depends-on:
socklen
sys_socket
arpa_inet
errno
netinet_in
extensions
configure.ac:
gl_INET_NTOP
gl_ARPA_INET_MODULE_INDICATOR([inet_ntop])
Makefile.am:
License:
LGPLv2+
Include:
#include <arpa/inet.h>
Maintainer:
Yoann Vandoorselaere, glibc
|