Home
last modified time | relevance | path

Searched refs:coap_new_context (Results 1 – 22 of 22) sorted by relevance

/third_party/libcoap/man/
Dcoap_context.txt.in14 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 used
117 *coap_new_context*() function returns a newly created context or
Dcoap_endpoint_client.txt.in80 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);
Dcoap_endpoint_server.txt.in84 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);
Dcoap_io.txt.in193 ctx = coap_new_context(NULL);
240 ctx = coap_new_context(NULL);
294 ctx = coap_new_context(NULL);
370 ctx = coap_new_context(NULL);
Dcoap_encryption.txt.in85 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);
Dcoap_observe.txt.in254 ctx = coap_new_context(NULL);
/third_party/libcoap/examples/lwip/
Dserver-coap.c125 main_coap_context = coap_new_context(&listenaddress); in server_coap_init()
/third_party/libcoap/
Dlibcoap-3.sym112 coap_new_context
Dlibcoap-3.map114 coap_new_context;
DChangeLog197 * net.c (coap_new_context): register critical Accept option
/third_party/libcoap/examples/contiki/
Dcoap-observer.c86 coap_context = coap_new_context(&listen_addr); in init_coap()
Dserver.c81 *ctx = coap_new_context(&listen_addr); in init_coap_server()
/third_party/libcoap/examples/
Dtiny.c149 ctx = coap_new_context(NULL); in main()
Detsi_iot_01.c560 ctx = coap_new_context(&addr); in get_context()
Dcoap-rd.c703 ctx = coap_new_context(NULL); in get_context()
Dcoap-client.c1601 ctx = coap_new_context( NULL ); in main()
Dcoap-server.c2272 ctx = coap_new_context(NULL); in get_context()
/third_party/libcoap/include/coap3/
Dnet.h152 coap_context_t *coap_new_context(const coap_address_t *listen_addr);
/third_party/libcoap/tests/
Dtest_session.c181 ctx = coap_new_context(&addr); in t_session_tests_create()
Dtest_wellknown.c264 ctx = coap_new_context(&addr); in t_wkc_tests_create()
Dtest_sendqueue.c285 ctx = coap_new_context(&addr); in t_sendqueue_tests_create()
/third_party/libcoap/src/
Dnet.c505 coap_new_context( in coap_new_context() function