Home
last modified time | relevance | path

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

/third_party/libcoap/examples/
Detsi_coaptest.sh143 SERVERADDRESS=${@: -1}
156 if [[ $SERVERADDRESS =~ $IP6REGEX ]]; then
157 SERVERTUP=\[$SERVERADDRESS\]
159 SERVERTUP=$SERVERADDRESS
162 if [[ $SERVERADDRESS =~ $IP6REGEX ]]; then
163 SERVERTUP=\[$SERVERADDRESS\]:$SERVERPORT
165 SERVERTUP=$SERVERADDRESS:$SERVERPORT
Detsi_testcases.sh6 …tcpdumpcmd="$tcpdump -i $INTERFACE host $SERVERADDRESS and (udp port $SERVERPORT or icmp) -s0 -n -…