Addresses of a network adapter. More...
#include <Packet32.h>
Public Attributes | |
struct sockaddr_storage | Broadcast |
Broadcast address. More... | |
struct sockaddr_storage | IPAddress |
IP address. More... | |
struct sockaddr_storage | SubnetMask |
Netmask for that address. More... | |
Addresses of a network adapter.
This structure is used by the PacketGetNetInfoEx() function to return the IP addresses associated with an adapter.
Definition at line 194 of file Packet32.h.