Home
last modified time | relevance | path

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

/external/iptables/extensions/
Dlibipt_realm.c84 name = xtables_lmap_id2name(realms, id); in print_realm_xlate()
Dlibxt_devgroup.c118 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.h629 extern const char *xtables_lmap_id2name(const struct xtables_lmap *, int);
/external/iptables/libxtables/
Dxtoptions.c1182 const char *xtables_lmap_id2name(const struct xtables_lmap *head, int id) in xtables_lmap_id2name() function
Dxtables.c2301 const char *name = xtables_lmap_id2name(lmap, val); in xtables_print_val_mask()