OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ctail
(Results
1 - 1
of
1
) sorted by null
/external/iptables/libiptc/
libiptc.c
899
struct chain_head *
ctail
;
local
914
ctail
= list_entry(tail, struct chain_head, list);
916
if (strcmp(c->name,
ctail
->name) > 0 ||
917
iptcc_is_builtin(
ctail
))
928
debug("NOTICE: chain:[%s] was NOT sorted(
ctail
:%s)\n",
929
c->name,
ctail
->name);
[
all
...]
Completed in 306 milliseconds