Home
last modified time | relevance | path

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

/external/iproute2/include/
Dxtables.h520 extern uint16_t xtables_parse_protocol(const char *s);
/external/iptables/include/
Dxtables.h599 extern uint16_t xtables_parse_protocol(const char *s);
/external/iptables/iptables/
Dxshared.c2009 cs->fw.ip.proto = xtables_parse_protocol(cs->protocol); in ipv4_proto_parse()
2031 cs->fw6.ipv6.proto = xtables_parse_protocol(cs->protocol); in ipv6_proto_parse()
/external/iptables/libxtables/
Dxtoptions.c579 cb->val.protocol = xtables_parse_protocol(cb->arg); in xtopt_parse_protocol()
Dxtables.c2224 xtables_parse_protocol(const char *s) in xtables_parse_protocol() function