Searched refs:rt (Results 1 – 4 of 4) sorted by relevance
/net-tools-3.6.0/libcoap/examples/ |
D | etsi_testcases.sh | 481 if [[ ! $(echo $clientoutput | grep rt) ]] ; then 484 rt="${clientoutput##*rt=\"}" 485 rt="${rt%%\";*}" 514 if [[ ! -z $rt ]]; then 515 testaddress="coap://$SERVERTUP/.well-known/core?rt=$rt"
|
D | coap-rd.c | 401 str h = {0, NULL}, ins = {0, NULL}, rt = {0, NULL}, lt = {0, NULL}; /* store query parameters */ in hnd_post_rd() local 424 COAP_OPT_VALUE(query), COAP_OPT_LENGTH(query), &rt); in hnd_post_rd() 487 if (rt.s) { in hnd_post_rd() 488 buf = (unsigned char *)coap_malloc(rt.length + 2); in hnd_post_rd() 492 memcpy(buf + 1, rt.s, rt.length); in hnd_post_rd() 493 buf[rt.length + 1] = '"'; in hnd_post_rd() 498 rt.length + 2,COAP_ATTR_FLAGS_RELEASE_VALUE); in hnd_post_rd()
|
/net-tools-3.6.0/ |
D | README NAT.md | 67 # Note that you need to run it realtime (-rt) so responses don't timeout, 71 ./build/zephyr/zephyr.elf -rt -seed=$RANDOM 76 ./build/zephyr/zephyr.elf -rt -seed=$RANDOM -attach_uart
|
/net-tools-3.6.0/libcoap/ |
D | configure.ac | 288 AC_SEARCH_LIBS([clock_gettime], [rt])
|