Searched refs:parse_ports (Results 1 – 10 of 10) sorted by relevance
113 static int parse_ports(const char *port_str, int *min_port, int *max_port) in parse_ports() function191 if (parse_ports(optarg, &min_port, &max_port)) in main()
36 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
53 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
34 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
39 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
45 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
31 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
309 function parse_ports() function