|
Apache HTTPD
|
#include "apr_private.h"#include "apr_arch_networkio.h"#include "apr_strings.h"#include <string.h>#include <stdio.h>Go to the source code of this file.
Macros | |
| #define | IN6ADDRSZ 16 |
| #define | INT16SZ sizeof(apr_int16_t) |
| #define | __P(x) x |
Functions | |
| static const char * | inet_ntop4 (const unsigned char *src, char *dst, apr_size_t size) |
| const char * | apr_inet_ntop (int af, const void *src, char *dst, apr_size_t size) |
| #define __P | ( | x | ) | x |
Definition at line 48 of file inet_ntop.c.
| #define IN6ADDRSZ 16 |
Definition at line 40 of file inet_ntop.c.
| #define INT16SZ sizeof(apr_int16_t) |
Definition at line 44 of file inet_ntop.c.
Definition at line 74 of file inet_ntop.c.
Definition at line 102 of file inet_ntop.c.