EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Fields
config_ifinfo_t Struct Reference

Interface configuration info structure. More...

#include <iface_mapper.h>

Data Fields

int vlanid
 
char ifname [IF_NAMESIZE]
 
char brname [IF_NAMESIZE]
 
char ip_addr [OS_INET_ADDRSTRLEN]
 
char brd_addr [OS_INET_ADDRSTRLEN]
 
char subnet_mask [OS_INET_ADDRSTRLEN]
 

Detailed Description

Interface configuration info structure.

Field Documentation

◆ brd_addr

char config_ifinfo_t::brd_addr[OS_INET_ADDRSTRLEN]

Interface string IP broadcast address

◆ brname

char config_ifinfo_t::brname[IF_NAMESIZE]

Bridge string name

◆ ifname

char config_ifinfo_t::ifname[IF_NAMESIZE]

Interface string name

◆ ip_addr

char config_ifinfo_t::ip_addr[OS_INET_ADDRSTRLEN]

Interface string IP address

◆ subnet_mask

char config_ifinfo_t::subnet_mask[OS_INET_ADDRSTRLEN]

Interface string IP subnet mask

◆ vlanid

int config_ifinfo_t::vlanid

Interface VLAN ID


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