RTI Connext Micro C API Version 4.2.0
Loading...
Searching...
No Matches
NETIO_DGRAM_InterfaceRouteEntry Struct Reference

<<eXtension>> <<cert>> Definition of a route entry. More...

#include <netio_dgram.h>

Data Fields

struct NETIO_Address address
 The address of the entry.
 
struct NETIO_Netmask netmask
 The netmask of the entry used for comparing addresses.
 

Detailed Description

<<eXtension>> <<cert>> Definition of a route entry.

Field Documentation

◆ address

struct NETIO_Address NETIO_DGRAM_InterfaceRouteEntry::address

The address of the entry.

The NETIO_DGRAM_InterfaceRouteEntry structure provides a convenient method to add routes to a NETIO_DGRAM transport. The address attribute is the addresses that can be reached after the netmask attribute has been applied.

◆ netmask

struct NETIO_Netmask NETIO_DGRAM_InterfaceRouteEntry::netmask

The netmask of the entry used for comparing addresses.