Searched refs:SERVERADDRESS (Results 1 – 2 of 2) sorted by relevance
143 SERVERADDRESS=${@: -1}156 if [[ $SERVERADDRESS =~ $IP6REGEX ]]; then157 SERVERTUP=\[$SERVERADDRESS\]159 SERVERTUP=$SERVERADDRESS162 if [[ $SERVERADDRESS =~ $IP6REGEX ]]; then163 SERVERTUP=\[$SERVERADDRESS\]:$SERVERPORT165 SERVERTUP=$SERVERADDRESS:$SERVERPORT
6 …tcpdumpcmd="$tcpdump -i $INTERFACE host $SERVERADDRESS and (udp port $SERVERPORT or icmp) -s0 -n -…