OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xtables_service_to_port
(Results
1 - 3
of
3
) sorted by null
/external/iptables/extensions/
libipt_REDIRECT.c
49
(port =
xtables_service_to_port
(arg, NULL)) == (unsigned)-1)
60
(maxport =
xtables_service_to_port
(end + 1, NULL)) == (unsigned)-1)
/external/iptables/include/
xtables.h
415
extern int
xtables_service_to_port
(const char *name, const char *proto);
/external/iptables/iptables/
xtables.c
472
int
xtables_service_to_port
(const char *name, const char *proto)
function
487
(portnum =
xtables_service_to_port
(port, proto)) != (unsigned)-1)
[
all
...]
Completed in 359 milliseconds