Home
last modified time | relevance | path

Searched refs:nolookup (Results 1 – 2 of 2) sorted by relevance

/external/iptables/iptables/
Dxshared.c50 proto_to_name(uint8_t proto, int nolookup) in proto_to_name() argument
54 if (proto && !nolookup) { in proto_to_name()
69 int nolookup, struct xtables_rule_match **matches) in find_proto() argument
74 const char *protoname = proto_to_name(proto, nolookup); in find_proto()
/external/iptables/extensions/
Dlibip6t_ipv6header.c65 proto_to_name(uint8_t proto, int nolookup) in proto_to_name() argument
69 if (proto && !nolookup) { in proto_to_name()