mbgtools-lx
4.2.8
|
Data Fields | |
struct in_addr | dstAddr |
struct in_addr | srcAddr |
struct in_addr | gateWay |
char | ifName [IF_NAMESIZE] |
Definition at line 158 of file lan_util.c.
struct in_addr route_info::dstAddr |
Definition at line 160 of file lan_util.c.
Referenced by get_ip4_gateway(), and nl_parse_routes().
struct in_addr route_info::gateWay |
Definition at line 162 of file lan_util.c.
Referenced by get_ip4_gateway(), and nl_parse_routes().
char route_info::ifName[IF_NAMESIZE] |
Definition at line 163 of file lan_util.c.
Referenced by get_ip4_gateway(), and nl_parse_routes().
struct in_addr route_info::srcAddr |
Definition at line 161 of file lan_util.c.
Referenced by get_ip4_gateway(), and nl_parse_routes().