Searched refs:xtables_service_to_port (Results 1 – 5 of 5) sorted by relevance
48 (port = xtables_service_to_port(arg, NULL)) == (unsigned)-1) in parse_ports()59 (maxport = xtables_service_to_port(end + 1, NULL)) == (unsigned)-1) in parse_ports()
49 (port = xtables_service_to_port(arg, NULL)) == (unsigned)-1) in parse_ports()60 (maxport = xtables_service_to_port(end + 1, NULL)) == (unsigned)-1) in parse_ports()
451 extern int xtables_service_to_port(const char *name, const char *proto);
484 extern int xtables_service_to_port(const char *name, const char *proto);
496 int xtables_service_to_port(const char *name, const char *proto) in xtables_service_to_port() function511 (portnum = xtables_service_to_port(port, proto)) != (unsigned)-1) in xtables_parse_port()