NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
doca_flow_ip_addr Struct Reference

doca flow ip address More...

#include <doca_flow_net.h>

Data Fields

enum doca_flow_l3_type type
 
union {
   doca_be32_t   ipv4_addr
 
   doca_be32_t   ipv6_addr [4]
 
}; 
 

Detailed Description

doca flow ip address

Definition at line 160 of file doca_flow_net.h.

Field Documentation

◆ 

union { ... }

◆ ipv4_addr

doca_be32_t doca_flow_ip_addr::ipv4_addr

ipv4 address if type is ipv4

Definition at line 164 of file doca_flow_net.h.

◆ ipv6_addr

doca_be32_t doca_flow_ip_addr::ipv6_addr[4]

ipv6 address if type is ipv6

Definition at line 166 of file doca_flow_net.h.

◆ type

enum doca_flow_l3_type doca_flow_ip_addr::type

ip address type

Definition at line 153 of file doca_flow_net.h.


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