Searched defs:proto_to_name (Results 1 - 3 of 3) sorted by relevance

/external/iptables/extensions/
H A Dlibip6t_ipv6header.c65 proto_to_name(uint8_t proto, int nolookup) function
189 printf("%s", proto_to_name(chain_flags[i].proto,0));
H A Dlibxt_multiport.c66 proto_to_name(uint8_t proto) function
153 if ((proto = proto_to_name(pnum)) != NULL)
263 if ((service = getservbyport(htons(port), proto_to_name(proto))))
/external/iptables/iptables/
H A Dxshared.c47 proto_to_name(uint8_t proto, int nolookup) function
71 const char *protoname = proto_to_name(proto, nolookup);

Completed in 87 milliseconds