inet.c File Reference

#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 Documentation

#define INADDRSZ   4
#define INT16SZ   2
#define HOSTIPLEN   15

Referenced by libopm_inet_pton().

#define ToLower (  )     (ToLowerTab[(unsigned char)(c)])

Function Documentation

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 
)

References AF_INET6, and HOSTIPLEN.


Variable Documentation

const unsigned char ToLowerTab[]

Generated for libopm by  doxygen 1.6.1