UM C API  6.16
lbm_ipv4_address_mask_t_stct Struct Reference

Structure that holds an IPv4 address and a CIDR style netmask. More...

#include <lbm.h>

Data Fields

lbm_uint_t addr
 IPv4 address in network byte order, as might be returned from inet_aton().
 
int bits
 Number of leading 1's in the netmask. E.g. the value 28 represents a netmask of 0xFFFFFFF0.
 

Detailed Description

Structure that holds an IPv4 address and a CIDR style netmask.

Used with various configuration options that require an IP address.

See lbm_ipv4_address_mask_t_stct for field definitions.


The documentation for this struct was generated from the following file: