Home
last modified time | relevance | path

Searched refs:SERVERADDRESS (Results 1 – 2 of 2) sorted by relevance

/net-tools-latest/libcoap/examples/
Detsi_coaptest.sh144 SERVERADDRESS=${@: -1}
157 if [[ $SERVERADDRESS =~ $IP6REGEX ]]; then
158 SERVERTUP=\[$SERVERADDRESS\]
160 SERVERTUP=$SERVERADDRESS
163 if [[ $SERVERADDRESS =~ $IP6REGEX ]]; then
164 SERVERTUP=\[$SERVERADDRESS\]:$SERVERPORT
166 SERVERTUP=$SERVERADDRESS:$SERVERPORT
Detsi_testcases.sh6 …tcpdumpcmd="$tcpdump -i $INTERFACE host $SERVERADDRESS and (udp port $SERVERPORT or icmp) -s0 -n -…