File modules/nh/nh.h

  $Revision: 1.1 $

Status: NOT REVUED, NOT TESTED
Author(s): Andrei Robachevsky
Included in: modules/nh/nh.c

Included Files


Preprocessor definitions

#define _NH_H

#define MAX_NH_LENGTH 64

#define MAX_NH_SPACE_LENGTH 5

#define MAX_NH_SOURCE_LENGTH 10

#define MAX_NIC_ID 99999

#define NULL_NIC_ID

#define AUTO_NIC_ID

#define MAX_RANGE NULL_NIC_ID

#define MIN_RANGE 0


Typedef range_t

typedef struct _range_t range_t
struct _range_t 
   { 
     long start; 
     long end; 
     char* space; 
     char* source; 
   } 

Typedef nic_handle_t

typedef struct _nic_handle_t nic_handle_t
struct _nic_handle_t 
   { 
     long nic_id; 
     char* space; 
     char* source; 
   }