UM C API
6.12.1
|
Structure that holds information for a unicast resolver daemon for configuration purposes. More...
#include <lbm.h>
Data Fields | |
lbm_ipv4_address_mask_t | iface |
lbm_uint_t | resolver_ip |
lbm_ushort_t | source_port |
lbm_ushort_t | destination_port |
Structure that holds information for a unicast resolver daemon for configuration purposes.
A structure used with options to get/set information about unicast resolver daemons.
See lbm_ucast_resolver_entry_t_stct for field definitions.
lbm_ushort_t lbm_ucast_resolver_entry_t_stct::destination_port |
The port configured on the unicast resolver daemon. (network order)
lbm_ipv4_address_mask_t lbm_ucast_resolver_entry_t_stct::iface |
Interface to be used
lbm_uint_t lbm_ucast_resolver_entry_t_stct::resolver_ip |
The IP address of the unicast resolver daemon (network order)
lbm_ushort_t lbm_ucast_resolver_entry_t_stct::source_port |
The source port. Use 0 to indicate that the port should come from the range resolver_unicast_port_low (context) ... resolver_unicast_port_high (context). (network order)