Home
last modified time | relevance | path

Searched refs:xtables_lmap_id2name (Results 1 – 5 of 5) sorted by relevance

/external/iptables/extensions/
Dlibipt_realm.c80 name = xtables_lmap_id2name(realms, id); in print_realm()
122 name = xtables_lmap_id2name(realms, id); in print_realm_xlate()
Dlibxt_devgroup.c105 name = xtables_lmap_id2name(devgroups, id); in print_devgroup()
165 name = xtables_lmap_id2name(devgroups, id); in print_devgroup_xlate()
/external/iproute2/include/
Dxtables.h549 extern const char *xtables_lmap_id2name(const struct xtables_lmap *, int);
/external/iptables/include/
Dxtables.h582 extern const char *xtables_lmap_id2name(const struct xtables_lmap *, int);
/external/iptables/libxtables/
Dxtoptions.c1198 const char *xtables_lmap_id2name(const struct xtables_lmap *head, int id) in xtables_lmap_id2name() function