Searched refs:curTable (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/
H A Diptables-xml.c95 char curTable[IPT_TABLE_MAXNAMELEN + 1]; variable
334 if (curTable[0])
336 curTable[0] = 0;
344 strncpy(curTable, table, IPT_TABLE_MAXNAMELEN);
345 curTable[IPT_TABLE_MAXNAMELEN] = '\0';
348 xmlAttrS("name", curTable);
577 //xmlAttrS("table",curTable); // not needed in full mode
672 if ((strcmp(buffer, "COMMIT\n") == 0) && (curTable[0])) {
691 } else if ((buffer[0] == ':') && (curTable[0])) {
722 } else if (curTable[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/iptables/
H A Diptables-xml.c87 static char curTable[IPT_TABLE_MAXNAMELEN + 1]; variable
325 if (curTable[0])
327 curTable[0] = 0;
335 strncpy(curTable, table, IPT_TABLE_MAXNAMELEN);
336 curTable[IPT_TABLE_MAXNAMELEN] = '\0';
339 xmlAttrS("name", curTable);
587 //xmlAttrS("table",curTable); // not needed in full mode
675 if ((strcmp(buffer, "COMMIT\n") == 0) && (curTable[0])) {
694 } else if ((buffer[0] == ':') && (curTable[0])) {
725 } else if (curTable[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/
H A Diptables-xml.c95 char curTable[IPT_TABLE_MAXNAMELEN + 1]; variable
334 if (curTable[0])
336 curTable[0] = 0;
344 strncpy(curTable, table, IPT_TABLE_MAXNAMELEN);
345 curTable[IPT_TABLE_MAXNAMELEN] = '\0';
348 xmlAttrS("name", curTable);
577 //xmlAttrS("table",curTable); // not needed in full mode
672 if ((strcmp(buffer, "COMMIT\n") == 0) && (curTable[0])) {
691 } else if ((buffer[0] == ':') && (curTable[0])) {
722 } else if (curTable[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/iptables/
H A Diptables-xml.c87 static char curTable[IPT_TABLE_MAXNAMELEN + 1]; variable
325 if (curTable[0])
327 curTable[0] = 0;
335 strncpy(curTable, table, IPT_TABLE_MAXNAMELEN);
336 curTable[IPT_TABLE_MAXNAMELEN] = '\0';
339 xmlAttrS("name", curTable);
587 //xmlAttrS("table",curTable); // not needed in full mode
675 if ((strcmp(buffer, "COMMIT\n") == 0) && (curTable[0])) {
694 } else if ((buffer[0] == ':') && (curTable[0])) {
725 } else if (curTable[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/
H A Diptables-xml.c95 char curTable[IPT_TABLE_MAXNAMELEN + 1]; variable
334 if (curTable[0])
336 curTable[0] = 0;
344 strncpy(curTable, table, IPT_TABLE_MAXNAMELEN);
345 curTable[IPT_TABLE_MAXNAMELEN] = '\0';
348 xmlAttrS("name", curTable);
577 //xmlAttrS("table",curTable); // not needed in full mode
672 if ((strcmp(buffer, "COMMIT\n") == 0) && (curTable[0])) {
691 } else if ((buffer[0] == ':') && (curTable[0])) {
722 } else if (curTable[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/iptables/
H A Diptables-xml.c87 static char curTable[IPT_TABLE_MAXNAMELEN + 1]; variable
325 if (curTable[0])
327 curTable[0] = 0;
335 strncpy(curTable, table, IPT_TABLE_MAXNAMELEN);
336 curTable[IPT_TABLE_MAXNAMELEN] = '\0';
339 xmlAttrS("name", curTable);
587 //xmlAttrS("table",curTable); // not needed in full mode
675 if ((strcmp(buffer, "COMMIT\n") == 0) && (curTable[0])) {
694 } else if ((buffer[0] == ':') && (curTable[0])) {
725 } else if (curTable[
[all...]

Completed in 114 milliseconds