Searched refs:devgroups (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/extensions/
H A Dlibxt_devgroup.c34 /* array of devgroups from /etc/iproute2/group_map */
35 static struct xtables_lmap *devgroups; variable in typeref:struct:xtables_lmap
40 devgroups = xtables_lmap_init(file);
41 if (devgroups == NULL && errno != ENOENT)
65 id = xtables_lmap_name2id(devgroups, cb->arg);
89 id = xtables_lmap_name2id(devgroups, cb->arg);
113 name = xtables_lmap_id2name(devgroups, id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/extensions/
H A Dlibxt_devgroup.c34 /* array of devgroups from /etc/iproute2/group_map */
35 static struct xtables_lmap *devgroups; variable in typeref:struct:xtables_lmap
40 devgroups = xtables_lmap_init(file);
41 if (devgroups == NULL && errno != ENOENT)
65 id = xtables_lmap_name2id(devgroups, cb->arg);
89 id = xtables_lmap_name2id(devgroups, cb->arg);
113 name = xtables_lmap_id2name(devgroups, id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/extensions/
H A Dlibxt_devgroup.c34 /* array of devgroups from /etc/iproute2/group_map */
35 static struct xtables_lmap *devgroups; variable in typeref:struct:xtables_lmap
40 devgroups = xtables_lmap_init(file);
41 if (devgroups == NULL && errno != ENOENT)
65 id = xtables_lmap_name2id(devgroups, cb->arg);
89 id = xtables_lmap_name2id(devgroups, cb->arg);
113 name = xtables_lmap_id2name(devgroups, id);

Completed in 115 milliseconds