Home
last modified time | relevance | path

Searched refs:len (Results 101 – 105 of 105) sorted by relevance

12345

/lib/liblwip/src/core/
Dtcp.c611 tcp_recved(struct tcp_pcb *pcb, u16_t len) in tcp_recved() argument
619 len <= 0xffff - pcb->rcv_wnd ); in tcp_recved()
621 pcb->rcv_wnd += len; in tcp_recved()
638 len, pcb->rcv_wnd, TCP_WND - pcb->rcv_wnd)); in tcp_recved()
Dnetif.c725 while (in_end->len != in_end->tot_len) { in netif_poll()
/lib/liblwip/test/unit/tcp/
Dtest_tcp_oos.c107 int len = 0; in tcp_oos_tcplen() local
112 len += TCP_TCPLEN(seg); in tcp_oos_tcplen()
115 return len; in tcp_oos_tcplen()
/lib/liblwip/src/core/snmp/
Dmsg_out.c383 snmp_asn1_enc_oid_cnt(m_trap->enterprise->len, &m_trap->enterprise->id[0], &thl->eidlen); in snmp_trap_header_sum()
570 snmp_asn1_enc_oid(p, ofs, m_trap->enterprise->len, &m_trap->enterprise->id[0]); in snmp_trap_header_enc()
/lib/liblwip/
DCHANGELOG935 * sockets.c: Fixed bug #28519 (lwip_recvfrom bug with len > 65535)
1059 trailing 1 byte len (SYN/FIN)
1872 netconn_write (and therefore also api_msg_msg.msg.w.len) from u16_t into
2386 registered, p->payload was modified without modifying p->len if sending
2607 * pbuf.c: checked in patch #5796: pbuf_alloc: len field claculation caused
3103 * The ->len field in the tcp_seg structure now counts the actual

12345