#include "ares_setup.h"#include "ares_nameser.h"#include "ares.h"#include "ares_ipv6.h"#include "ares_nowarn.h"#include "ares_inet_net_pton.h"
Go to the source code of this file.
Functions | |
| int | ares_inet_net_pton (int af, const char *src, void *dst, size_t size) |
| int | ares_inet_pton (int af, const char *src, void *dst) |
| static int | getbits (const char *src, int *bitsp) |
| static int | getv4 (const char *src, unsigned char *dst, int *bitsp) |
| static int | inet_net_pton_ipv4 (const char *src, unsigned char *dst, size_t size) |
| static int | inet_net_pton_ipv6 (const char *src, unsigned char *dst, size_t size) |
Variables | |
| const struct ares_in6_addr | ares_in6addr_any = { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } } |
Definition at line 402 of file inet_net_pton.c.
Definition at line 418 of file inet_net_pton.c.
Definition at line 189 of file inet_net_pton.c.
Definition at line 220 of file inet_net_pton.c.
Definition at line 63 of file inet_net_pton.c.
Definition at line 264 of file inet_net_pton.c.
| const struct ares_in6_addr ares_in6addr_any = { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } } |
Definition at line 36 of file inet_net_pton.c.