|
Apache HTTPD
|
#include "apr_private.h"#include "apr_arch_networkio.h"#include <string.h>Go to the source code of this file.
Macros | |
| #define | IN6ADDRSZ 16 |
| #define | INT16SZ sizeof(apr_int16_t) |
| #define | INADDRSZ 4 |
| #define | __P(x) x |
Functions | |
| static int | inet_pton4 (const char *src, unsigned char *dst) |
| int | apr_inet_pton (int af, const char *src, void *dst) |
| #define __P | ( | x | ) | x |
Definition at line 50 of file inet_pton.c.
| #define IN6ADDRSZ 16 |
Definition at line 38 of file inet_pton.c.
| #define INADDRSZ 4 |
Definition at line 46 of file inet_pton.c.
| #define INT16SZ sizeof(apr_int16_t) |
Definition at line 42 of file inet_pton.c.
Definition at line 79 of file inet_pton.c.