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 194 struct xtables_lmap { struct
197 struct xtables_lmap *next;
486 extern struct xtables_lmap *xtables_lmap_init(const char *);
487 extern void xtables_lmap_free(struct xtables_lmap *);
488 extern int xtables_lmap_name2id(const struct xtables_lmap *, const char *);
489 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/iptables/
xtoptions.c 1059 struct xtables_lmap *xtables_lmap_init(const char *file)
1061 struct xtables_lmap *lmap_head = NULL, *lmap_prev = NULL, *lmap_this;
1130 void xtables_lmap_free(struct xtables_lmap *head)
1132 struct xtables_lmap *next;
1141 int xtables_lmap_name2id(const struct xtables_lmap *head, const char *name)
1149 const char *xtables_lmap_id2name(const struct xtables_lmap *head, int id)

Completed in 64 milliseconds