Home
last modified time | relevance | path

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

/net-tools-3.4.0/libcoap/src/
Dpdu.c75 coap_pdu_init(unsigned char type, unsigned char code, in coap_pdu_init() function
123 pdu = coap_pdu_init(0, 0, ntohs(COAP_INVALID_TID), COAP_MAX_PDU_SIZE); in coap_new_pdu()
125 pdu = coap_pdu_init(0, 0, uip_ntohs(COAP_INVALID_TID), COAP_MAX_PDU_SIZE); in coap_new_pdu()
Dnet.c542 response = coap_pdu_init(COAP_MESSAGE_ACK, 0, request->hdr->id, in coap_send_ack()
655 response = coap_pdu_init(type, 0, request->hdr->id, sizeof(coap_pdu_t)); in coap_send_message_type()
885 node->pdu = coap_pdu_init(0, 0, 0, msg_len); in coap_handle_message()
1097 response = coap_pdu_init(type, code, request->hdr->id, size); in coap_new_error_response()
1158 resp = coap_pdu_init(request->hdr->type == COAP_MESSAGE_CON in coap_wellknown_response()
1416 response = coap_pdu_init(node->pdu->hdr->type == COAP_MESSAGE_CON in handle_request()
Dresource.c630 response = coap_pdu_init(COAP_MESSAGE_CON, 0, 0, COAP_MAX_PDU_SIZE);
/net-tools-3.4.0/libcoap/
Dlibcoap-1.sym80 coap_pdu_init
Dlibcoap-1.map82 coap_pdu_init;
/net-tools-3.4.0/libcoap/include/coap/
Dpdu.h288 coap_pdu_init(unsigned char type,
/net-tools-3.4.0/libcoap/examples/contiki/
Dcoap-observer.c134 request = coap_pdu_init(COAP_MESSAGE_CON, COAP_REQUEST_GET, in PROCESS_THREAD()
/net-tools-3.4.0/libcoap/tests/
Dtest_wellknown.c260 pdu = coap_pdu_init(0, 0, 0, TEST_PDU_SIZE); in t_wkc_tests_create()
Dtest_error_response.c324 pdu = coap_pdu_init(0, 0, 0, COAP_MAX_PDU_SIZE); in t_error_response_tests_create()
Dtest_pdu.c625 pdu = coap_pdu_init(0, 0, 0, COAP_MAX_PDU_SIZE); in t_pdu_tests_create()
/net-tools-3.4.0/libcoap/examples/
Dcoap-server.c259 response = coap_pdu_init(async->flags & COAP_ASYNC_CONFIRM in check_async()
Detsi_iot_01.c466 response = coap_pdu_init(async->flags & COAP_ASYNC_CONFIRM in check_async()
Dcoap-rd.c183 response = coap_pdu_init(type, code, request->hdr->id, size); in hnd_put_resource()
Dclient.c187 pdu = coap_pdu_init(msgtype, in clear_obs()
/net-tools-3.4.0/
Dcoap-client.c902 node->pdu = coap_pdu_init(0, 0, 0, bytes_read); in dispatch_data()