Home
last modified time | relevance | path

Searched refs:coap_startup (Results 1 – 23 of 23) sorted by relevance

/third_party/libcoap/man/
Dcoap_init.txt.in14 coap_startup,
22 *void coap_startup(void);*
36 libcoap public API. This is done by calling *coap_startup*().
41 *Function: coap_startup()*
43 The *coap_startup*() function must be called before any other *coap_**()
48 For example, for LwIP, lwip_init() must be called before *coap_startup*().
50 *NOTE:* After the inital call to *coap_startup*(), subsequent calls are ignored
56 up by the *coap_startup*() function and should be the last *coap_**() function
57 called. It is possible to call *coap_startup*() after *coap_cleanup*() to
Dcoap_io.txt.in239 coap_startup();
291 coap_startup();
350 coap_startup();
431 coap_startup();
Dcoap_block.txt.in418 coap_startup();
510 coap_startup();
Dcoap_persist.txt.in325 coap_startup();
Dcoap_cache.txt.in386 coap_startup();
Dcoap_observe.txt.in277 coap_startup();
/third_party/libcoap/examples/lwip/
Dserver-coap.c132 coap_startup(); in server_coap_init()
151 coap_startup(); in server_coap_init()
Dclient-coap.c123 coap_startup(); in client_coap_init()
/third_party/libcoap/tests/
Dtestdriver.c40 coap_startup(); in main()
Dtest_tls.c102 coap_startup(); in t_tls_tests_create()
/third_party/libcoap/include/coap3/
Dlibcoap.h72 void coap_startup(void);
/third_party/libcoap/examples/contiki/
Dserver.c166 coap_startup(); in PROCESS_THREAD()
/third_party/libcoap/examples/
Dtiny.c145 coap_startup(); in main()
Detsi_iot_01.c586 coap_startup(); in main()
Doscore-interop-server.c597 coap_startup(); in main()
Dcoap-rd.c771 coap_startup(); in main()
Dcoap-client.c1610 coap_startup(); in main()
Dcoap-server.c2738 coap_startup(); in main()
/third_party/libcoap/
Dlibcoap-3.map278 coap_startup;
Dlibcoap-3.sym275 coap_startup
/third_party/libcoap/examples/riot/examples_libcoap_client/
Dclient-coap.c136 coap_startup(); in client_coap_init()
/third_party/libcoap/examples/riot/examples_libcoap_server/
Dserver-coap.c198 coap_startup(); in server_coap_run()
/third_party/libcoap/src/
Dcoap_net.c479 coap_startup(); in coap_new_context()
4003 coap_startup(void) { in coap_startup() function