RTI Connext Micro C API
2.4.14.2
|
Generic structure to describe a network interface. More...
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. |
Generic structure to describe a network interface.
RTI_UINT32 UDP_InterfaceTableEntry::flags |
Flags to indicate if the interface is up etc.
RTI_UINT32 UDP_InterfaceTableEntry::address |
The address of the interface as configured by the OS.
RTI_UINT32 UDP_InterfaceTableEntry::netmask |
The netmask of the interface as configured by the OS.
char UDP_InterfaceTableEntry::ifname[UDP_INTERFACE_MAX_IFNAME] |
The name of the interface as configured by the OS.