Home | History | Annotate | Download | only in extensions

Lines Matching defs:id

27 	{.name = "src-group", .id = O_SRC_GROUP, .type = XTTYPE_STRING,
29 {.name = "dst-group", .id = O_DST_GROUP, .type = XTTYPE_STRING,
73 unsigned int id, mask;
76 switch (cb->entry->id) {
78 devgroup_parse_groupspec(cb->arg, &id, &mask);
79 info->src_group = id;
86 devgroup_parse_groupspec(cb->arg, &id, &mask);
87 info->dst_group = id;
97 print_devgroup(unsigned int id, unsigned int mask, int numeric)
102 printf("0x%x/0x%x", id, mask);
105 name = xtables_lmap_id2name(devgroups, id);
109 printf("0x%x", id);