RTS API Documentation
1.10.11
|
Go to the source code of this file.
Macros | |
#define | IN6ADDRSZ 16 |
#define | INADDRSZ 4 |
#define | INT16SZ 2 |
Functions | |
static int | inet_pton4 (const char *src, unsigned char *dst) |
int | switch_inet_pton (int af, const char *src, void *dst) |
#define IN6ADDRSZ 16 |
Definition at line 39 of file inet_pton.c.
Referenced by inet_pton4().
#define INADDRSZ 4 |
Definition at line 40 of file inet_pton.c.
Referenced by inet_pton4().
#define INT16SZ 2 |
Definition at line 41 of file inet_pton.c.
Referenced by inet_pton4().
|
static |
Definition at line 103 of file inet_pton.c.
References IN6ADDRSZ, INADDRSZ, INT16SZ, and memset().
Referenced by switch_inet_pton().
int switch_inet_pton | ( | int | af, |
const char * | src, | ||
void * | dst | ||
) |