Lines Matching refs:received

193     zero window is received) by starting the persist timer when a zero window is
194 received, not when we have more data queued for sending than fits into the
246 * udp.c: fixed bug #34072: UDP broadcast is received from wrong UDP pcb if
332 link-layer-addressed UDP traffic to be received while a netif is down (just
354 new option SO_REUSE_RXTOALL to pass received UDP broadcast/multicast
831 (recv() makes receive window update for data that wasn't received by
929 * raw.c: Fixed bug #28506 (raw_bind should filter received packets)
1030 * sockets.c: Fixed bug #28062: Data received directly after accepting
1065 * dhcp.c/.h: Minor code simplification (don't store received pbuf, change
1141 extended info about the currently received packet.
1369 * tcp_in.c: cope with SYN packets received during established states,
1614 received match the name query), implement DNS_USES_STATIC_BUF (the place where
1633 DNS server ip addresses when options are received. You need to set LWIP_DNS=1
1676 to enqueue the received pbufs so that multiple packets can be reassembled
2191 TCP_MSS if that is smaller) as long as no MSS option is received from the
2197 sending our configured TCP_MSS instead of the one received).
2201 calculated based on the configured TCP_MSS, not on the MSS option received
2303 out of sequence processing of received packets
2838 too little time for ARP responses to be received).
2855 * tcp.c: Increment pcb->snd_buf when ACK is received in SYN_SENT state.
3316 sequence segments was received. This has been fixed.