Lines Matching refs:code

65     Also added code to allow ip_forward() to forward non-broadcast packets to
164 * tcp_in.c: fixed bug #34638: Dead code in tcp_receive - pcb->dupacks
183 * sockets.c: fixed bug #34581 missing parentheses in udplite sockets code
382 * etharp.c: Speedup TX by moving code from find_entry to etharp_output/
387 * opt.h, tcpip.c/.h: Added an option to disable tcpip_(un)timeout code
399 on change) plus use SYS_LIGHTWEIGHT_PROT to protect the select code.
400 This should speed up receiving data on sockets as the select code in
486 * dhcp.h, dhcp.c: Reworked the code that parses DHCP options: parse
569 * ppp.c: Fixed bug #32648 (PPP code crashes when terminating a link) by only
860 from struct to typedef (u32_t) - and better code).
926 erroneous callbacks) by copying the code from recent pppd
948 * many ppp files: Reorganised PPP source code from ucip structure to pppd
949 structure to easily compare our code against the pppd code (around v2.3.1)
1008 sequence queue, also fixed PBUF_POOL leak in the out-of-sequence code
1041 * tcp_in.c, tcp_out.c, tcp.h: re-work the fast retransmission code
1065 * dhcp.c/.h: Minor code simplification (don't store received pbuf, change
1066 conditional code to assert where applicable), check pbuf length before
1136 * icmp.h, icmp.c: Shrinked ICMP code, added option to NOT check icoming
1176 of the pool allocator (can save code size with MEM_LIBC_MALLOC if libc-malloc
1213 modified version of patch # 6370: Moved loopif code to netif.c so that
1317 pcb->err is called, not pcb->connected (with an error code).
1338 ip_hinted_output() (for smaller code mainly)
1436 * dns.c: Hard-code structure sizes, to avoid issues on some compilers where
1476 * err.h, err.c, sockets.c: Fix bug #23119: Reorder timeout error code to
1574 by err_t type. Add a new err_t code "ERR_INPROGRESS".
1640 enabled by defining SNMP_SAFE_REQUESTS to 0); added code to check link status
1665 TCP_EVENT_xxx macros to get a code more readable. It could also help to remove
1666 some code (like we have talk in "patch #5919 : Create compile switch to remove
1667 select code"), but it could be done later.
1779 a place to add code for task #7142 "Sanity check user-configurable values".
1780 Ports maintainers should remove direct initializations calls from their code,
1801 ETHARP_TCPIP_ETHINPUT, now, only "ethinput" code is supported, even if the
1862 LWIP_AUTOIP =0 and =1 to remove redundant code.
1904 by default) to switch off UDP-Lite support if not needed (reduces udp.c code
1911 (see TODO mark in the source code).
1934 code in only one part...
1947 code size.
2094 LWIP_SOCKET=1, the code did the wrong supposition that lwip_recvfrom
2239 * igmp.h, igmp.c: Some changes to remove some redundant code, add some traces,
2274 tcp_output fails in tcp_close, the code in do_close_internal gets simpler
2299 because current code doesn't follow rawapi.txt documentation.
2341 * netifapi.h, netifapi.c, tcpip.h, tcpip.c: Update code to handle the option
2406 an error code if it's impossible to fetch a pbuf on a TCP connection (and not
2517 * api_msg.c: add a "pcb_new" helper function to avoid redundant code, and to add
2634 * ip_frag.c, ip_frag.h: Reduce code size: don't include code in those files
2642 old code using tcp_input with new define ETHARP_TCPIP_INPUT set to 0.
2796 * inet.c: Disabled the added summing routine to preserve code space.
2808 * udp.c tcp.c: Removed SO_REUSE hack. Should reside in socket code only.
2860 * tcp.c: Add code to tcp_recved() to send an ACK (window update) immediately,
3190 * Variables named "data" and "code" have been renamed in order to
3194 since some compilers generate better code in the latter case.
3233 * General: A lot of code cleaned up and debugging code removed. Many
3270 * The code for the RTXC architecture has been implemented, tested
3298 netconn_err(), now returns an error code for the connection in
3311 * Many bugfixes in the TCP code:
3346 * More comments have been added to the code. The code has also been