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

Generic structure to describe a network interface. More...

#include <netio_udp.h>

Data Fields

RTI_UINT32 flags
 Flags to indicate if the interface is up etc.
 
RTI_UINT32 address
 The address of the interface as configured by the OS.
 
RTI_UINT32 netmask
 The netmask of the interface as configured by the OS.
 
char ifname [UDP_INTERFACE_MAX_IFNAME]
 The name of the interface as configured by the OS.
 

Detailed Description

Generic structure to describe a network interface.

Field Documentation

◆ flags

RTI_UINT32 UDP_InterfaceTableEntry::flags

Flags to indicate if the interface is up etc.

◆ address

RTI_UINT32 UDP_InterfaceTableEntry::address

The address of the interface as configured by the OS.

◆ netmask

RTI_UINT32 UDP_InterfaceTableEntry::netmask

The netmask of the interface as configured by the OS.

◆ ifname

char UDP_InterfaceTableEntry::ifname[UDP_INTERFACE_MAX_IFNAME]

The name of the interface as configured by the OS.