Home
last modified time | relevance | path

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

/external/iptables/include/
Dxtables.h517 extern u_int16_t xtables_parse_protocol(const char *s);
/external/iproute2/include/
Dxtables.h520 extern uint16_t xtables_parse_protocol(const char *s);
/external/iptables/libxtables/
Dxtoptions.c589 cb->val.protocol = xtables_parse_protocol(cb->arg); in xtopt_parse_protocol()
Dxtables.c1889 xtables_parse_protocol(const char *s) in xtables_parse_protocol() function
/external/iptables/iptables/
Dip6tables.c1507 cs.fw6.ipv6.proto = xtables_parse_protocol(cs.protocol); in do_command6()
Diptables.c1503 cs.fw.ip.proto = xtables_parse_protocol(cs.protocol); in do_command4()