Searched refs:coap_new_context (Results 1 – 22 of 22) sorted by relevance
14 coap_new_context,30 *coap_context_t *coap_new_context(const coap_address_t *_listen_addr_);*73 The *coap_new_context*() function creates a new Context that is then used117 *coap_new_context*() function returns a newly created context or
80 coap_new_context()165 coap_context_t *context = coap_new_context(NULL);231 coap_context_t *context = coap_new_context(NULL);324 coap_context_t *context = coap_new_context(NULL);375 coap_context_t *context = coap_new_context(NULL);
84 coap_new_context()180 coap_context_t *context = coap_new_context(NULL);293 context = coap_new_context(NULL);434 context = coap_new_context(NULL);517 coap_context_t *context = coap_new_context(NULL);
193 ctx = coap_new_context(NULL);240 ctx = coap_new_context(NULL);294 ctx = coap_new_context(NULL);370 ctx = coap_new_context(NULL);
85 coap_new_context()98 coap_new_context()951 context = coap_new_context(NULL);1098 context = coap_new_context(NULL);1180 coap_context_t *context = coap_new_context(NULL);
254 ctx = coap_new_context(NULL);
125 main_coap_context = coap_new_context(&listenaddress); in server_coap_init()
112 coap_new_context
114 coap_new_context;
197 * net.c (coap_new_context): register critical Accept option
86 coap_context = coap_new_context(&listen_addr); in init_coap()
81 *ctx = coap_new_context(&listen_addr); in init_coap_server()
149 ctx = coap_new_context(NULL); in main()
560 ctx = coap_new_context(&addr); in get_context()
703 ctx = coap_new_context(NULL); in get_context()
1601 ctx = coap_new_context( NULL ); in main()
2272 ctx = coap_new_context(NULL); in get_context()
152 coap_context_t *coap_new_context(const coap_address_t *listen_addr);
181 ctx = coap_new_context(&addr); in t_session_tests_create()
264 ctx = coap_new_context(&addr); in t_wkc_tests_create()
285 ctx = coap_new_context(&addr); in t_sendqueue_tests_create()
505 coap_new_context( in coap_new_context() function