|
ReactOS 0.4.16-dev-1946-g52006dd
|
Go to the source code of this file.
Macros | |
| #define | IN6ADDRSZ 16 |
| #define | INT16SZ 2 |
| #define | SPRINTF(x) ((socklen_t)sprintf x) |
Functions | |
| static const char * | inet_ntop4 (const u_char *src, char *dst, socklen_t size) |
| PCSTR WSAAPI | inet_ntop (_In_ INT af, _In_ const VOID *src, _Out_writes_(StringBufSize) PSTR dst, _In_ size_t size) |
| #define IN6ADDRSZ 16 |
Definition at line 20 of file inet_ntop.c.
| #define INT16SZ 2 |
Definition at line 24 of file inet_ntop.c.
| PCSTR WSAAPI inet_ntop | ( | _In_ INT | af, |
| _In_ const VOID * | src, | ||
| _Out_writes_(StringBufSize) PSTR | dst, | ||
| _In_ size_t | size | ||
| ) |
Definition at line 54 of file inet_ntop.c.
Definition at line 87 of file inet_ntop.c.