Lines Matching refs:id
27 {.name = "src-group", .id = O_SRC_GROUP, .type = XTTYPE_STRING,
29 {.name = "dst-group", .id = O_DST_GROUP, .type = XTTYPE_STRING,
48 unsigned int id;
52 switch (cb->entry->id) {
65 id = xtables_lmap_name2id(devgroups, cb->arg);
66 if (id == -1)
70 info->src_group = id;
89 id = xtables_lmap_name2id(devgroups, cb->arg);
90 if (id == -1)
94 info->dst_group = id;
105 print_devgroup(unsigned int id, unsigned int mask, int numeric)
110 printf("0x%x/0x%x", id, mask);
113 name = xtables_lmap_id2name(devgroups, id);
117 printf("0x%x", id);