Searched refs:DST_PORT (Results 1 – 10 of 10) sorted by relevance
29 if [ -n "$DST_PORT" ]; then30 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)71 if [ -n "$DST_PORT" ]; then
31 if [ -n "$DST_PORT" ]; then32 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)64 if [ -n "$DST_PORT" ]; then
48 if [ -n "$DST_PORT" ]; then49 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)81 if [ -n "$DST_PORT" ]; then
31 if [ -n "$DST_PORT" ]; then32 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)63 if [ -n "$DST_PORT" ]; then
40 if [ -n "$DST_PORT" ]; then41 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)72 if [ -n "$DST_PORT" ]; then
36 if [ -n "$DST_PORT" ]; then37 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)72 if [ -n "$DST_PORT" ]; then
26 if [ -n "$DST_PORT" ]; then27 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)73 if [ -n "$DST_PORT" ]; then
42 if [ -n "$DST_PORT" ]; then43 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)89 if [ -n "$DST_PORT" ]; then
46 export DST_PORT=$OPTARG47 info "Destination PORT set to: DST_PORT=$DST_PORT"
23 -p : ($DST_PORT) destination PORT range (e.g. 433-444) is also allowed