UM C API
6.12.1
|
Structure that holds information for a Resolver Service for configuration purposes. More...
#include <lbm.h>
Data Fields | |
lbm_uint_t | service_ip |
lbm_ushort_t | service_port |
lbm_ipv4_address_mask_t | iface |
lbm_ushort_t | source_port |
Structure that holds information for a Resolver Service for configuration purposes.
A structure used with option resolver_service (context) to get/set information about Resolver Services.
See lbm_resolver_service_entry_t_stct for field definitions.
lbm_ipv4_address_mask_t lbm_resolver_service_entry_t_stct::iface |
Interface to be used.
lbm_uint_t lbm_resolver_service_entry_t_stct::service_ip |
The IP address of the resolver service (network order)
lbm_ushort_t lbm_resolver_service_entry_t_stct::service_port |
The port configured on the resolver service. (network order)
lbm_ushort_t lbm_resolver_service_entry_t_stct::source_port |
The source port to be used (network order).