OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_table
(Results
1 - 2
of
2
) sorted by null
/external/iptables/
ip6tables-restore.c
113
int
in_table
= 0, testing = 0;
local
179
} else if ((strcmp(buffer, "COMMIT\n") == 0) && (
in_table
)) {
187
in_table
= 0;
188
} else if ((buffer[0] == '*') && (!
in_table
)) {
220
in_table
= 1;
222
} else if ((buffer[0] == ':') && (
in_table
)) {
293
} else if (
in_table
) {
418
if (
in_table
) {
iptables-restore.c
116
int
in_table
= 0, testing = 0;
local
182
} else if ((strcmp(buffer, "COMMIT\n") == 0) && (
in_table
)) {
190
in_table
= 0;
191
} else if ((buffer[0] == '*') && (!
in_table
)) {
223
in_table
= 1;
225
} else if ((buffer[0] == ':') && (
in_table
)) {
296
} else if (
in_table
) {
421
if (
in_table
) {
Completed in 101 milliseconds