Searched refs:parse_ports (Results 1 – 10 of 10) sorted by relevance
26 read -r DST_MIN DST_MAX <<< $(parse_ports $DST_PORT)
45 read -r DST_MIN DST_MAX <<< $(parse_ports $DST_PORT)
28 read -r DST_MIN DST_MAX <<< $(parse_ports $DST_PORT)
37 read -r DST_MIN DST_MAX <<< $(parse_ports $DST_PORT)
33 read -r DST_MIN DST_MAX <<< $(parse_ports $DST_PORT)
21 read -r DST_MIN DST_MAX <<< $(parse_ports $DST_PORT)
39 read -r DST_MIN DST_MAX <<< $(parse_ports $DST_PORT)
172 function parse_ports() function
114 static int parse_ports(const char *port_str, int *min_port, int *max_port) in parse_ports() function195 if (parse_ports(optarg, &min_port, &max_port)) in main()