A "linear"/linked-list based name<->id map, for files similar to /etc/iproute2/. More...
#include <xtables.h>

Data Fields | |
| char * | name |
| int | id |
| struct xtables_lmap * | next |
A "linear"/linked-list based name<->id map, for files similar to /etc/iproute2/.
| int xtables_lmap::id |
Referenced by xtables_lmap_id2name(), and xtables_lmap_name2id().
| char* xtables_lmap::name |
Referenced by xtables_lmap_free(), xtables_lmap_id2name(), and xtables_lmap_name2id().
| struct xtables_lmap* xtables_lmap::next |
Referenced by xtables_lmap_free(), xtables_lmap_id2name(), and xtables_lmap_name2id().