Searched refs:tot_len (Results 26 – 30 of 30) sorted by relevance
12
1365 options_idx_max = p->tot_len; in dhcp_parse_reply()1547 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("pbuf->tot_len = %"U16_F"\n", p->tot_len)); in dhcp_recv()
1201 tcp_recved(pcb, p->tot_len); in tcp_recv_null()
634 buflen = p->tot_len; in lwip_recvfrom()2314 buflen = p->tot_len;
827 u16_t payload_len = p->tot_len; in snmp_recv()
2206 short and also was generated wrong if checksum coverage != tot_len;2207 receive: checksum was calculated wrong if checksum coverage != tot_len2994 * PBUF_POOL chains had their tot_len field not set for non-first3094 * pbuf_dechain() did not update the ->tot_len field of the tail.