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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/iptables/
H A Dxtoptions.c1078 struct xtables_lmap *lmap_head = NULL, *lmap_prev = NULL, *lmap_this; local
1120 lmap_this = malloc(sizeof(*lmap_this));
1121 if (lmap_this == NULL) {
1125 lmap_this->id = id;
1126 lmap_this->name = strdup(cur);
1127 if (lmap_this->name == NULL) {
1128 free(lmap_this);
1131 lmap_this->next = NULL;
1134 lmap_prev->next = lmap_this;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/iptables/
H A Dxtoptions.c1078 struct xtables_lmap *lmap_head = NULL, *lmap_prev = NULL, *lmap_this; local
1120 lmap_this = malloc(sizeof(*lmap_this));
1121 if (lmap_this == NULL) {
1125 lmap_this->id = id;
1126 lmap_this->name = strdup(cur);
1127 if (lmap_this->name == NULL) {
1128 free(lmap_this);
1131 lmap_this->next = NULL;
1134 lmap_prev->next = lmap_this;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/iptables/
H A Dxtoptions.c1078 struct xtables_lmap *lmap_head = NULL, *lmap_prev = NULL, *lmap_this; local
1120 lmap_this = malloc(sizeof(*lmap_this));
1121 if (lmap_this == NULL) {
1125 lmap_this->id = id;
1126 lmap_this->name = strdup(cur);
1127 if (lmap_this->name == NULL) {
1128 free(lmap_this);
1131 lmap_this->next = NULL;
1134 lmap_prev->next = lmap_this;
[all...]

Completed in 63 milliseconds