OpenSDN source code
|
#include <sandesh.h>
Public Attributes | |
uint8_t | iptype |
union { | |
struct in_addr ipv4 | |
struct in6_addr ipv6 | |
}; | |
Definition at line 63 of file c/sandesh.h.
union { ... } |
uint8_t ipaddr_s::iptype |
Definition at line 64 of file c/sandesh.h.
struct in_addr ipaddr_s::ipv4 |
Definition at line 64 of file c/sandesh.h.
struct in6_addr ipaddr_s::ipv6 |
Definition at line 64 of file c/sandesh.h.