HomeSort by relevance Sort by last modified time
    Searched defs:proto_to_name (Results 1 - 3 of 3) sorted by null

  /external/iptables/iptables/
xshared.c 47 proto_to_name(uint8_t proto, int nolookup) function
71 const char *protoname = proto_to_name(proto, nolookup);
  /external/iptables/extensions/
libip6t_ipv6header.c 65 proto_to_name(uint8_t proto, int nolookup) function
189 printf("%s", proto_to_name(chain_flags[i].proto,0));
libxt_multiport.c 66 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))))

Completed in 144 milliseconds