Home
last modified time | relevance | path

Searched refs:xtables_parse_protocol (Results 1 – 6 of 6) sorted by relevance

/external/iptables/include/
Dxtables.h468 extern u_int16_t xtables_parse_protocol(const char *s);
Dxtables.h.in468 extern u_int16_t xtables_parse_protocol(const char *s);
/external/iptables/iptables/
Dxtoptions.c589 cb->val.protocol = xtables_parse_protocol(cb->arg); in xtopt_parse_protocol()
Dxtables.c1804 xtables_parse_protocol(const char *s) in xtables_parse_protocol() function
Diptables.c1579 cs.fw.ip.proto = xtables_parse_protocol(cs.protocol); in do_command4()
Dip6tables.c1550 cs.fw6.ipv6.proto = xtables_parse_protocol(cs.protocol); in do_command6()