OpenSDN source code
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 c/sandesh.h.

Member Data Documentation

◆ 

union { ... }

◆ iptype

uint8_t ipaddr_s::iptype

Definition at line 64 of file c/sandesh.h.

◆ ipv4

struct in_addr ipaddr_s::ipv4

Definition at line 64 of file c/sandesh.h.

◆ ipv6

struct in6_addr ipaddr_s::ipv6

Definition at line 64 of file c/sandesh.h.


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