OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curtable
(Results
1 - 3
of
3
) sorted by null
/external/iptables/iptables/
ip6tables-restore.c
194
char
curtable
[XT_TABLE_MAXNAMELEN + 1];
local
312
strncpy(
curtable
, table, XT_TABLE_MAXNAMELEN);
313
curtable
[XT_TABLE_MAXNAMELEN] = '\0';
451
add_argv(
curtable
);
462
newargc,
curtable
);
473
if (tablename != NULL && strcmp(tablename,
curtable
) != 0)
iptables-restore.c
193
char
curtable
[XT_TABLE_MAXNAMELEN + 1];
local
311
strncpy(
curtable
, table, XT_TABLE_MAXNAMELEN);
312
curtable
[XT_TABLE_MAXNAMELEN] = '\0';
450
add_argv(
curtable
);
461
newargc,
curtable
);
472
if (tablename && (strcmp(tablename,
curtable
) != 0))
xtables-restore.c
175
static void chain_delete(struct nftnl_chain_list *clist, const char *
curtable
,
180
chain_obj = nft_chain_list_find(clist,
curtable
, chain);
211
char
curtable
[XT_TABLE_MAXNAMELEN + 1];
local
249
cb->chains_purge(h,
curtable
, chain_list);
263
strncpy(
curtable
, table, XT_TABLE_MAXNAMELEN);
264
curtable
[XT_TABLE_MAXNAMELEN] = '\0';
297
cb->chain_del(chain_list,
curtable
, chain);
326
cb->chain_set(h,
curtable
, chain, policy, &count) < 0) {
339
cb->chain_user_add(h, chain,
curtable
) < 0) {
390
add_argv(
curtable
);
[
all
...]
Completed in 269 milliseconds