OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ipaddr_s Struct Reference

#include <sandesh.h>

Public Attributes

uint8_t iptype
 
union {
   struct in_addr   ipv4
 
   struct in6_addr   ipv6
 
}; 
 

Detailed Description

Definition at line 63 of file sandesh.h.

Member Data Documentation

union { ... }
uint8_t ipaddr_s::iptype

Definition at line 64 of file sandesh.h.

struct in_addr ipaddr_s::ipv4

Definition at line 66 of file sandesh.h.

struct in6_addr ipaddr_s::ipv6

Definition at line 67 of file sandesh.h.


The documentation for this struct was generated from the following file: