Searched refs:HELLO_WORLD (Results 1 - 1 of 1) sorted by relevance
/third_party/libcoap/examples/ |
H A D | oscore-interop-server.c | 102 #define HELLO_WORLD "Hello World!" macro 113 -1, 0, strlen(HELLO_WORLD), in hnd_get_hello_coap() 114 (const uint8_t *)HELLO_WORLD, NULL, NULL); in hnd_get_hello_coap() 126 -1, 0, strlen(HELLO_WORLD), in hnd_get_hello_1() 127 (const uint8_t *)HELLO_WORLD, NULL, NULL); in hnd_get_hello_1() 139 -1, 0x2b, strlen(HELLO_WORLD), in hnd_get_hello_2() 140 (const uint8_t *)HELLO_WORLD, NULL, NULL); in hnd_get_hello_2() 152 5, 0, strlen(HELLO_WORLD), in hnd_get_hello_3() 153 (const uint8_t *)HELLO_WORLD, NULL, NULL); in hnd_get_hello_3()
|
Completed in 2 milliseconds