Searched refs:SERVERADDRESS (Results 1 – 2 of 2) sorted by relevance
144 SERVERADDRESS=${@: -1}157 if [[ $SERVERADDRESS =~ $IP6REGEX ]]; then158 SERVERTUP=\[$SERVERADDRESS\]160 SERVERTUP=$SERVERADDRESS163 if [[ $SERVERADDRESS =~ $IP6REGEX ]]; then164 SERVERTUP=\[$SERVERADDRESS\]:$SERVERPORT166 SERVERTUP=$SERVERADDRESS:$SERVERPORT
6 …tcpdumpcmd="$tcpdump -i $INTERFACE host $SERVERADDRESS and (udp port $SERVERPORT or icmp) -s0 -n -…