OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:do_command6
(Results
1 - 5
of
5
) sorted by null
/external/iptables/include/
ip6tables.h
10
extern int
do_command6
(int argc, char *argv[], char **table,
/external/iptables/iptables/
ip6tables-standalone.c
66
ret =
do_command6
(argc, argv, &table, &handle);
ip6tables-restore.c
437
DEBUGP("calling
do_command6
(%u, argv, &%s, handle):\n",
443
ret =
do_command6
(newargc, newargv,
ip6tables.c
1333
int
do_command6
(int argc, char *argv[], char **table, struct ip6tc_handle **handle)
function
[
all
...]
/external/iproute2/include/
ip6tables.h
121
extern int
do_command6
(int argc, char *argv[], char **table,
Completed in 607 milliseconds