poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / inet_ntop.texi
blob1a325008d9879a22371e04195d8d618149fd3b6a
1 @node inet_ntop
2 @section @code{inet_ntop}
3 @findex inet_ntop
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_ntop.html}
7 Gnulib module: inet_ntop
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 HP-UX 11.00, mingw, MSVC 14.
14 @item
15 This function is declared in @code{<netdb.h>} instead of @code{<arpa/inet.h>}
16 on some platforms:
17 NonStop Kernel.
18 @item
19 This function is declared in @code{<ws2tcpip.h>}, with a POSIX incompatible
20 declaration, on some platforms:
21 MSVC 14 on Windows >= Vista.
22 @end itemize
24 Portability problems not fixed by Gnulib:
25 @itemize
26 @item
27 This function's fourth argument type is @code{size_t} instead of
28 @code{socklen_t} on some platforms:
29 Solaris 10.
30 @end itemize