Home
last modified time | relevance | path

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

/external/iproute2/include/
Dxtables.h198 struct xtables_lmap { struct
201 struct xtables_lmap *next; argument
546 extern struct xtables_lmap *xtables_lmap_init(const char *);
547 extern void xtables_lmap_free(struct xtables_lmap *);
548 extern int xtables_lmap_name2id(const struct xtables_lmap *, const char *);
549 extern const char *xtables_lmap_id2name(const struct xtables_lmap *, int);
/external/iptables/include/
Dxtables.h198 struct xtables_lmap { struct
201 struct xtables_lmap *next; argument
579 extern struct xtables_lmap *xtables_lmap_init(const char *);
580 extern void xtables_lmap_free(struct xtables_lmap *);
581 extern int xtables_lmap_name2id(const struct xtables_lmap *, const char *);
582 extern const char *xtables_lmap_id2name(const struct xtables_lmap *, int);
/external/iptables/libxtables/
Dxtoptions.c1107 struct xtables_lmap *xtables_lmap_init(const char *file) in xtables_lmap_init()
1109 struct xtables_lmap *lmap_head = NULL, *lmap_prev = NULL, *lmap_this; in xtables_lmap_init()
1179 void xtables_lmap_free(struct xtables_lmap *head) in xtables_lmap_free()
1181 struct xtables_lmap *next; in xtables_lmap_free()
1190 int xtables_lmap_name2id(const struct xtables_lmap *head, const char *name) in xtables_lmap_name2id()
1198 const char *xtables_lmap_id2name(const struct xtables_lmap *head, int id) in xtables_lmap_id2name()
/external/iptables/extensions/
Dlibipt_realm.c32 static struct xtables_lmap *realms;
Dlibxt_devgroup.c35 static struct xtables_lmap *devgroups;