dhcpd-pools
3.0
ISC dhcpd lease usage analyser
|
#include <config.h>
#include <arpa/inet.h>
#include <c-ctype.h>
#include <string.h>
#include <errno.h>
Macros | |
#define | NS_INADDRSZ 4 |
#define | NS_IN6ADDRSZ 16 |
#define | NS_INT16SZ 2 |
Functions | |
static int | inet_pton4 (const char *src, unsigned char *dst) |
int | inet_pton (int af, const char *restrict src, void *restrict dst) |
static int | inet_pton4 (const char *restrict src, unsigned char *restrict dst) |
#define NS_IN6ADDRSZ 16 |
Referenced by inet_pton4().
#define NS_INADDRSZ 4 |
Referenced by inet_pton4().
#define NS_INT16SZ 2 |
Referenced by inet_pton4().
|
static |
Referenced by inet_pton(), and inet_pton4().