Searched refs:coap_startup (Results 1 – 23 of 23) sorted by relevance
14 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 ignored56 up by the *coap_startup*() function and should be the last *coap_**() function57 called. It is possible to call *coap_startup*() after *coap_cleanup*() to
239 coap_startup();291 coap_startup();350 coap_startup();431 coap_startup();
418 coap_startup();510 coap_startup();
325 coap_startup();
386 coap_startup();
277 coap_startup();
132 coap_startup(); in server_coap_init()151 coap_startup(); in server_coap_init()
123 coap_startup(); in client_coap_init()
40 coap_startup(); in main()
102 coap_startup(); in t_tls_tests_create()
72 void coap_startup(void);
166 coap_startup(); in PROCESS_THREAD()
145 coap_startup(); in main()
586 coap_startup(); in main()
597 coap_startup(); in main()
771 coap_startup(); in main()
1610 coap_startup(); in main()
2738 coap_startup(); in main()
278 coap_startup;
275 coap_startup
136 coap_startup(); in client_coap_init()
198 coap_startup(); in server_coap_run()
479 coap_startup(); in coap_new_context()4003 coap_startup(void) { in coap_startup() function