3.7. IPv4¶
3.7.2. Functions¶
IPv4 address¶
IPv4 network¶
- const ipv4network ipv4_network_zero¶
- void ipv4_network_to_string(ipv4network net, char *string, size_t size)¶
Convert network address from ipv4network to string.
- ipv4network ipv4_network_from_string(const char *string)¶
Convert network address from string to ipv4network structure.
- uint8 ipv4_network_contains(ipv4network network, ipv4addr addr)¶
Checks if IPv4 address is in network range.
Returns: True if ip address is in network range and False otherwise.