Searched refs:coap_pdu_init (Results 1 – 15 of 15) sorted by relevance
/net-tools-3.4.0/libcoap/src/ |
D | pdu.c | 75 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()
|
D | net.c | 542 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()
|
D | resource.c | 630 response = coap_pdu_init(COAP_MESSAGE_CON, 0, 0, COAP_MAX_PDU_SIZE);
|
/net-tools-3.4.0/libcoap/ |
D | libcoap-1.sym | 80 coap_pdu_init
|
D | libcoap-1.map | 82 coap_pdu_init;
|
/net-tools-3.4.0/libcoap/include/coap/ |
D | pdu.h | 288 coap_pdu_init(unsigned char type,
|
/net-tools-3.4.0/libcoap/examples/contiki/ |
D | coap-observer.c | 134 request = coap_pdu_init(COAP_MESSAGE_CON, COAP_REQUEST_GET, in PROCESS_THREAD()
|
/net-tools-3.4.0/libcoap/tests/ |
D | test_wellknown.c | 260 pdu = coap_pdu_init(0, 0, 0, TEST_PDU_SIZE); in t_wkc_tests_create()
|
D | test_error_response.c | 324 pdu = coap_pdu_init(0, 0, 0, COAP_MAX_PDU_SIZE); in t_error_response_tests_create()
|
D | test_pdu.c | 625 pdu = coap_pdu_init(0, 0, 0, COAP_MAX_PDU_SIZE); in t_pdu_tests_create()
|
/net-tools-3.4.0/libcoap/examples/ |
D | coap-server.c | 259 response = coap_pdu_init(async->flags & COAP_ASYNC_CONFIRM in check_async()
|
D | etsi_iot_01.c | 466 response = coap_pdu_init(async->flags & COAP_ASYNC_CONFIRM in check_async()
|
D | coap-rd.c | 183 response = coap_pdu_init(type, code, request->hdr->id, size); in hnd_put_resource()
|
D | client.c | 187 pdu = coap_pdu_init(msgtype, in clear_obs()
|
/net-tools-3.4.0/ |
D | coap-client.c | 902 node->pdu = coap_pdu_init(0, 0, 0, bytes_read); in dispatch_data()
|