Home
last modified time | relevance | path

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

/external/iptables/extensions/
Dlibip6t_ipv6header.c65 proto_to_name(uint8_t proto, int nolookup) in proto_to_name() function
189 printf("%s", proto_to_name(chain_flags[i].proto,0)); in print_header()
Dlibxt_multiport.c66 proto_to_name(uint8_t proto) in proto_to_name() function
153 if ((proto = proto_to_name(pnum)) != NULL) in check_proto()
263 if ((service = getservbyport(htons(port), proto_to_name(proto)))) in port_to_service()
/external/iptables/iptables/
Dxshared.h80 extern const char *proto_to_name(uint8_t, int);
Dxshared.c47 proto_to_name(uint8_t proto, int nolookup) in proto_to_name() function
71 const char *protoname = proto_to_name(proto, nolookup); in find_proto()
Diptables.c524 const char *pname = proto_to_name(fw->ip.proto, format&FMT_NUMERIC); in print_firewall()
Dip6tables.c537 const char *pname = proto_to_name(fw->ipv6.proto, format&FMT_NUMERIC); in print_firewall()