Home
last modified time | relevance | path

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

/third_party/libcoap/examples/
Detsi_coaptest.sh116 SERVERPORT=$((OPTARG))
154 if [ -z $SERVERPORT ]; then
155 SERVERPORT=$DEFAULTPORT
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 -…