RTI Connext Micro C API Version 4.2.0
|
<<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. | |
<<eXtension>> <<cert>> Definition of a route entry.
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.
struct NETIO_Netmask NETIO_DGRAM_InterfaceRouteEntry::netmask |
The netmask of the entry used for comparing addresses.