UM C API
6.16.1
|
Structure that holds information to configure a unicast resolver daemon. More...
#include <lbm.h>
Data Fields | |
lbm_ipv4_address_mask_t | iface |
Interface to be used. | |
lbm_uint_t | resolver_ip |
The IP address of the unicast resolver daemon (network order) | |
lbm_ushort_t | 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) | |
lbm_ushort_t | destination_port |
The port configured on the unicast resolver daemon. (network order) | |
Structure that holds information to configure a unicast resolver daemon.
Set by the resolver_unicast_daemon (context) configuration option.
See lbm_ucast_resolver_entry_t_stct for field definitions.