#include "setup.h"
#include <errno.h>
#include <stdio.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include "inet.h"
#include "opm.h"
Defines | |
#define | INADDRSZ 4 |
#define | INT16SZ 2 |
#define | HOSTIPLEN 15 |
#define | ToLower(c) (ToLowerTab[(unsigned char)(c)]) |
Functions | |
RCSID ("$Id: inet.c,v 1.7 2003/06/20 04:18:44 andy Exp $") | |
int | libopm_inet_pton (int af, const char *src, void *dst) |
Variables | |
const unsigned char | ToLowerTab [] |
#define INADDRSZ 4 |
#define INT16SZ 2 |
#define HOSTIPLEN 15 |
Referenced by libopm_inet_pton().
#define ToLower | ( | c | ) | (ToLowerTab[(unsigned char)(c)]) |
RCSID | ( | "$Id: inet. | c, | |
v 1.7 2003/06/20 04:18:44 andy Exp $" | ||||
) |
const unsigned char ToLowerTab[] |