_nx_addr Struct Reference
[Network context commands]

#include <vserver.h>


Detailed Description

Network address information.

Definition at line 709 of file vserver.h.

Data Fields

uint16_t type
uint16_t count
uint32_t ip [4]
uint32_t mask [4]


Field Documentation

uint16_t _nx_addr::type

Address type

Definition at line 710 of file vserver.h.

Referenced by nx_addr_add(), and nx_addr_remove().

uint16_t _nx_addr::count

Number of addresses in ip/mask

Definition at line 711 of file vserver.h.

Referenced by nx_addr_add(), and nx_addr_remove().

uint32_t _nx_addr::ip[4]

Up to four adresses

Definition at line 712 of file vserver.h.

Referenced by nx_addr_add(), and nx_addr_remove().

uint32_t _nx_addr::mask[4]

Up to four netmasks

Definition at line 713 of file vserver.h.

Referenced by nx_addr_add(), and nx_addr_remove().


The documentation for this struct was generated from the following file:
Generated on Wed Jun 20 19:50:09 2007 for libvserver by  doxygen 1.5.2