HomeSort by relevance Sort by last modified time
    Searched refs:xtables_service_to_port (Results 1 - 4 of 4) sorted by null

  /external/iptables/extensions/
libip6t_REDIRECT.c 48 (port = xtables_service_to_port(arg, NULL)) == (unsigned)-1)
59 (maxport = xtables_service_to_port(end + 1, NULL)) == (unsigned)-1)
libipt_REDIRECT.c 49 (port = xtables_service_to_port(arg, NULL)) == (unsigned)-1)
60 (maxport = xtables_service_to_port(end + 1, NULL)) == (unsigned)-1)
  /external/iptables/include/
xtables.h 448 extern int xtables_service_to_port(const char *name, const char *proto);
  /external/iptables/libxtables/
xtables.c 481 int xtables_service_to_port(const char *name, const char *proto) function
496 (portnum = xtables_service_to_port(port, proto)) != (unsigned)-1)
    [all...]

Completed in 38 milliseconds