HomeSort by relevance Sort by last modified time
    Searched refs:xtables_service_to_port (Results 1 - 5 of 5) 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/iproute2/include/
xtables.h 451 extern int xtables_service_to_port(const char *name, const char *proto);
  /external/iptables/include/
xtables.h 484 extern int xtables_service_to_port(const char *name, const char *proto);
  /external/iptables/libxtables/
xtables.c 496 int xtables_service_to_port(const char *name, const char *proto) function
511 (portnum = xtables_service_to_port(port, proto)) != (unsigned)-1)
    [all...]

Completed in 220 milliseconds