Home
last modified time | relevance | path

Searched refs:coap_pdu_init (Results 1 – 20 of 20) sorted by relevance

/third_party/libcoap/tests/oss-fuzz/
Dpdu_parse_target.c5 coap_pdu_t *pdu = coap_pdu_init(0, 0, 0, size); in LLVMFuzzerTestOneInput()
/third_party/libcoap/
Dlibcoap-3.sym142 coap_pdu_init
Dlibcoap-3.map144 coap_pdu_init;
/third_party/libcoap/examples/contiki/
Dcoap-observer.c133 request = coap_pdu_init(COAP_MESSAGE_CON, COAP_REQUEST_GET, in PROCESS_THREAD()
/third_party/libcoap/examples/
Dtiny.c61 if (!(pdu = coap_pdu_init(COAP_MESSAGE_NON, COAP_REQUEST_CODE_POST, id++, in make_pdu()
Dcoap-server.c846 response = coap_pdu_init(COAP_MESSAGE_NON, in remove_proxy_association()
1106 pdu = coap_pdu_init(coap_pdu_get_type(request), req_code, in hnd_proxy_uri()
1655 pdu = coap_pdu_init(coap_pdu_get_type(received), rcv_code, in proxy_message_handler()
Dcoap-rd.c200 response = coap_pdu_init(type, code, request->hdr->id, size); in hnd_put_resource()
/third_party/libcoap/man/
Dcoap_pdu_setup.txt.in15 coap_pdu_init,
43 *coap_pdu_t *coap_pdu_init(coap_pdu_type_t _type_, coap_pdu_code_t _code_,
194 The *coap_pdu_init*() function does the same work as *coap_new_pdu*() but gives
383 The *coap_new_pdu*() and *coap_pdu_init*() function returns a newly created
428 pdu = coap_pdu_init(msgtype, request_code, coap_new_message_id(session),
Dcoap_observe.txt.in331 pdu = coap_pdu_init(msgtype, request_code, coap_new_message_id(session),
Dcoap_block.txt.in210 pdu = coap_pdu_init(msgtype, request_code, coap_new_message_id(session),
/third_party/libcoap/include/coap3/
Dpdu.h359 coap_pdu_t *coap_pdu_init(coap_pdu_type_t type, coap_pdu_code_t code,
/third_party/libcoap/doc/
Dupgrade_4.2.1_4.3.0.txt309 === coap_pdu_init()
317 pdu = coap_pdu_init(msgtype,
322 pdu = coap_pdu_init(msgtype,
/third_party/libcoap/src/
Dcoap_cache.c156 entry->pdu = coap_pdu_init(pdu->type, pdu->code, pdu->mid, pdu->alloc_size); in coap_new_cache_entry()
Dnet.c758 response = coap_pdu_init(COAP_MESSAGE_ACK, 0, request->mid, 0); in coap_send_ack()
926 response = coap_pdu_init(type, 0, request->mid, 0); in coap_send_message_type()
1635 session->partial_pdu = coap_pdu_init(0, 0, 0, in coap_read_session()
1909 pdu = coap_pdu_init(0, 0, 0, coap_session_max_pdu_size(session)); in coap_handle_dgram()
2136 response = coap_pdu_init(type, code, request->mid, size); in coap_new_error_response()
2200 resp = coap_pdu_init(request->type == COAP_MESSAGE_CON in coap_wellknown_response()
2745 response = coap_pdu_init(pdu->type == COAP_MESSAGE_CON in handle_request()
2960 coap_pdu_t *pong = coap_pdu_init(COAP_MESSAGE_CON, COAP_SIGNALING_CODE_PONG, 0, 1); in handle_signaling()
Dpdu.c87 coap_pdu_init(coap_pdu_type_t type, coap_pdu_code_t code, coap_mid_t mid, in coap_pdu_init() function
134 coap_pdu_t *pdu = coap_pdu_init(type, code, coap_new_message_id(session), in coap_new_pdu()
160 coap_pdu_t *pdu = coap_pdu_init(old_pdu->type, in coap_pdu_duplicate()
Dcoap_session.c368 pdu = coap_pdu_init(COAP_MESSAGE_CON, COAP_SIGNALING_CODE_CSM, 0, 20); in coap_session_send_csm()
395 ping = coap_pdu_init(COAP_MESSAGE_CON, 0, mid, 0); in coap_session_send_ping()
399 ping = coap_pdu_init(COAP_MESSAGE_CON, COAP_SIGNALING_CODE_PING, 0, 1); in coap_session_send_ping()
Dresource.c892 response = coap_pdu_init(COAP_MESSAGE_CON, 0, 0, coap_session_max_pdu_size(obs->session));
/third_party/libcoap/tests/
Dtest_error_response.c324 pdu = coap_pdu_init(0, 0, 0, COAP_DEFAULT_MTU); in t_error_response_tests_create()
Dtest_wellknown.c269 pdu = coap_pdu_init(0, 0, 0, TEST_PDU_SIZE); in t_wkc_tests_create()
Dtest_pdu.c297 testpdu = coap_pdu_init(0, 0, 0, sizeof(teststr)); in t_parse_pdu16()
1244 pdu = coap_pdu_init(0, 0, 0, COAP_DEFAULT_MTU); in t_pdu_tests_create()