Home
last modified time | relevance | path

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

/net-tools-3.4.0/libcoap/examples/
Detsi_coaptest.sh117 SERVERPORT=$((OPTARG))
155 if [ -z $SERVERPORT ]; then
156 SERVERPORT=$DEFAULTPORT
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 -…