Searched refs:len (Results 101 – 105 of 105) sorted by relevance
12345
611 tcp_recved(struct tcp_pcb *pcb, u16_t len) in tcp_recved() argument619 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()
725 while (in_end->len != in_end->tot_len) { in netif_poll()
107 int len = 0; in tcp_oos_tcplen() local112 len += TCP_TCPLEN(seg); in tcp_oos_tcplen()115 return len; in tcp_oos_tcplen()
383 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()
935 * 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 into2386 registered, p->payload was modified without modifying p->len if sending2607 * pbuf.c: checked in patch #5796: pbuf_alloc: len field claculation caused3103 * The ->len field in the tcp_seg structure now counts the actual