The IPv4 information structure. More...
#include <ipinfo.h>
Data Fields | |
qsc_ipinfo_ipv4_address | address |
uint16_t | port |
uint8_t | mask |
The IPv4 information structure.
Contains an IPv4 address along with a port number and a network mask.
qsc_ipinfo_ipv4_address address |
The IPv4 address structure.
uint8_t mask |
The network mask.
uint16_t port |
The port number.