Home
last modified time | relevance | path

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

/net-tools-3.7.0/libcoap/src/
Dcoap_io.c376 coap_get_max_packetlength(const coap_packet_t *packet UNUSED_PARAM) { in coap_get_max_packetlength() function
436 iov[0].iov_len = coap_get_max_packetlength(*packet); in coap_network_read()
539 if (len > coap_get_max_packetlength(*packet)) { in coap_network_read()