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()
49 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
32 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
30 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
41 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
36 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
27 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
42 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
308 function parse_ports() function