HomeSort by relevance Sort by last modified time
    Searched refs:xtables_lmap (Results 1 - 4 of 4) sorted by null

  /external/iptables/include/
xtables.h 198 struct xtables_lmap { struct
201 struct xtables_lmap *next;
543 extern struct xtables_lmap *xtables_lmap_init(const char *);
544 extern void xtables_lmap_free(struct xtables_lmap *);
545 extern int xtables_lmap_name2id(const struct xtables_lmap *, const char *);
546 extern const char *xtables_lmap_id2name(const struct xtables_lmap *, int);
  /external/iptables/extensions/
libipt_realm.c 32 static struct xtables_lmap *realms;
libxt_devgroup.c 35 static struct xtables_lmap *devgroups;
  /external/iptables/libxtables/
xtoptions.c 1107 struct xtables_lmap *xtables_lmap_init(const char *file)
1109 struct xtables_lmap *lmap_head = NULL, *lmap_prev = NULL, *lmap_this;
1179 void xtables_lmap_free(struct xtables_lmap *head)
1181 struct xtables_lmap *next;
1190 int xtables_lmap_name2id(const struct xtables_lmap *head, const char *name)
    [all...]

Completed in 74 milliseconds