#include "setup.h"
#include <errno.h>
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <strings.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)]) |
Variables | |
const unsigned char | ToLowerTab [] |
#define INADDRSZ 4 |
#define INT16SZ 2 |
#define HOSTIPLEN 15 |
#define ToLower | ( | c | ) | (ToLowerTab[(unsigned char)(c)]) |
const unsigned char ToLowerTab[] |