OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curtable
(Results
1 - 2
of
2
) sorted by null
/external/iptables/iptables/
ip6tables-restore.c
186
char
curtable
[XT_TABLE_MAXNAMELEN + 1];
local
285
strncpy(
curtable
, table, XT_TABLE_MAXNAMELEN);
286
curtable
[XT_TABLE_MAXNAMELEN] = '\0';
424
add_argv(
curtable
);
435
newargc,
curtable
);
446
if (tablename != NULL && strcmp(tablename,
curtable
) != 0)
iptables-restore.c
186
char
curtable
[XT_TABLE_MAXNAMELEN + 1];
local
285
strncpy(
curtable
, table, XT_TABLE_MAXNAMELEN);
286
curtable
[XT_TABLE_MAXNAMELEN] = '\0';
424
add_argv(
curtable
);
435
newargc,
curtable
);
446
if (tablename && (strcmp(tablename,
curtable
) != 0))
Completed in 46 milliseconds