libscap  0.1.0.0
Data Fields
scap_ifinfo_ipv4 Struct Reference

IPv4 interface address information. More...

#include <scap.h>

Data Fields

uint16_t type
 Interface type. More...
 
uint16_t ifnamelen
 
uint32_t addr
 Interface address. More...
 
uint32_t netmask
 Interface netmask. More...
 
uint32_t bcast
 Interface broadcast address. More...
 
uint64_t linkspeed
 Interface link speed. More...
 
char ifname [SCAP_MAX_PATH_SIZE]
 interface name (e.g. "eth0") More...
 

Detailed Description

IPv4 interface address information.

Definition at line 356 of file scap.h.