#include <connections.h>
Data Fields | |
| char | indev [IFNAMSIZ] |
| char | physindev [IFNAMSIZ] |
| char | outdev [IFNAMSIZ] |
| char | physoutdev [IFNAMSIZ] |
Definition at line 94 of file connections.h.
| char iface_nfo_t::indev[IFNAMSIZ] |
Input device set to "\0" if not available
Definition at line 95 of file connections.h.
Referenced by acl_check(), build_insert_request(), print_connection(), read_acl_list(), and user_packet_logs().
| char iface_nfo_t::outdev[IFNAMSIZ] |
Output device set to "\0" if not available
Definition at line 97 of file connections.h.
Referenced by acl_check(), build_insert_request(), print_connection(), read_acl_list(), and user_packet_logs().
| char iface_nfo_t::physindev[IFNAMSIZ] |
Input physical device set to "\0" if not available
Definition at line 96 of file connections.h.
Referenced by acl_check(), and read_acl_list().
| char iface_nfo_t::physoutdev[IFNAMSIZ] |
Output physical device set to "\0" if not available
Definition at line 98 of file connections.h.
Referenced by acl_check(), and read_acl_list().
1.4.7