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