Searched refs:SERVERPORT (Results 1 – 2 of 2) sorted by relevance
116 SERVERPORT=$((OPTARG))154 if [ -z $SERVERPORT ]; then155 SERVERPORT=$DEFAULTPORT163 SERVERTUP=\[$SERVERADDRESS\]:$SERVERPORT165 SERVERTUP=$SERVERADDRESS:$SERVERPORT
6 …tcpdumpcmd="$tcpdump -i $INTERFACE host $SERVERADDRESS and (udp port $SERVERPORT or icmp) -s0 -n -…