Searched refs:coap_pdu_parse (Results 1 – 8 of 8) sorted by relevance
/net-tools-3.4.0/libcoap/tests/ |
D | test_pdu.c | 30 result = coap_pdu_parse((unsigned char *)teststr, sizeof(teststr), pdu); in t_parse_pdu1() 47 result = coap_pdu_parse((unsigned char *)teststr, sizeof(teststr), pdu); in t_parse_pdu2() 65 result = coap_pdu_parse((unsigned char *)teststr, sizeof(teststr), pdu); in t_parse_pdu3() 76 result = coap_pdu_parse((unsigned char *)teststr, sizeof(teststr), pdu); in t_parse_pdu4() 81 result = coap_pdu_parse((unsigned char *)teststr, sizeof(teststr), pdu); in t_parse_pdu4() 93 result = coap_pdu_parse((unsigned char *)teststr, sizeof(teststr), pdu); in t_parse_pdu5() 116 result = coap_pdu_parse((unsigned char *)teststr, sizeof(teststr), pdu); in t_parse_pdu6() 129 result = coap_pdu_parse((unsigned char *)teststr, sizeof(teststr), pdu); in t_parse_pdu7() 155 result = coap_pdu_parse((unsigned char *)teststr, sizeof(teststr), pdu); in t_parse_pdu8() 177 result = coap_pdu_parse((unsigned char *)teststr, sizeof(teststr), pdu); in t_parse_pdu9() [all …]
|
/net-tools-3.4.0/libcoap/ |
D | libcoap-1.sym | 81 coap_pdu_parse
|
D | libcoap-1.map | 83 coap_pdu_parse;
|
D | ChangeLog | 133 * pdu.c (coap_pdu_parse): new PDU parser for Klaus-encoding 136 * net.c (coap_read): call coap_pdu_parse() to check PDU integrity
|
/net-tools-3.4.0/libcoap/include/coap/ |
D | pdu.h | 325 int coap_pdu_parse(unsigned char *data,
|
/net-tools-3.4.0/libcoap/src/ |
D | pdu.c | 341 coap_pdu_parse(unsigned char *data, size_t length, coap_pdu_t *pdu) { in coap_pdu_parse() function
|
D | net.c | 891 if (!coap_pdu_parse(msg, msg_len, node->pdu)) { in coap_handle_message()
|
/net-tools-3.4.0/ |
D | coap-client.c | 911 if (!coap_pdu_parse((unsigned char *)buf, bytes_read, node->pdu)) { in dispatch_data()
|