Lines Matching refs:opt
24 * opt.h, icmp.c: Added option CHECKSUM_GEN_ICMP
31 * opt.h, tcp.c, tcp_in.c: Implemented limiting data on ooseq queue (task #9989)
35 * opt.h, api.h, api_lib.c, api_msg.h/.c, sockets.c: Implemented timeout on
48 * opt.h, tcp_impl.h, tcp.c, udp.h/.c: Added a config option to randomize
56 * opt.h, netif.h/.c: added netif remove callback (bug #32397)
175 * opt.h: fixed default values of TCP_SNDLOWAT and TCP_SNDQUEUELOWAT for small
235 * opt.h: fixed default value of TCP_SND_BUF to not violate the sanity checks
254 * opt.h: fixed bug #31809 LWIP_EVENT_API in opts.h is inconsistent compared
345 * opt.h, memp_std.h, memp.c, ppp_oe.h/.c: PPPoE now uses its own MEMP pool
349 * opt.h, memp_std.h, dns.h/.c: DNS_LOCAL_HOSTLIST_IS_DYNAMIC uses its own
387 * opt.h, tcpip.c/.h: Added an option to disable tcpip_(un)timeout code
391 * opt.h, etharp.c/.h: Added support for static ARP table entries
415 * opt.h, tcp.h, tcp_impl.h, tcp.c, tcp_in.c, tcp_out.c: task #7040:
482 * opt.h, memp_std.h, dns.h, netdb.c, memp.c: Let netdb use a memp pool
505 * opt.h, tcp.h, init.c, api_msg.c: Added TCP_SNDQUEUELOWAT corresponding
521 * opt.h, memp.c: patch #6822 (Add option to place memory pools in
536 * opt.h, etharp.h/.c, init.c, tcpip.c: Added an additional option
687 * init.c, timers.c/.h, opt.h, memp_std.h: From patch #7221: added flag
695 * pbuf.c/.h, ip_frag.c/.h, opt.h, memp_std.h: Fixed bug #29361 (ip_frag has
752 * opt.h, etharp.h: Fixed bug #29148 (Incorrect PBUF_POOL_BUFSIZE for ports
753 where ETH_PAD_SIZE > 0) by moving definition of ETH_PAD_SIZE to opt.h
781 * opt.h, mem.h, dns.c: task #10140: Remove DNS_USES_STATIC_BUF (keep
803 * opt.h: Disable ETHARP_TRUST_IP_MAC by default since it slows down packet
964 * api_msg.c, netbuf.c/.h, opt.h: patch #6888: Patch for UDP Netbufs to
971 * opt.h, etharp.h/.c: task #9033: Support IEEE 802.1q tagged frame (VLAN),
1037 * opt.h: Increased default value for TCP_MSS to 536, updated default
1095 * opt.h: Fixed default values of some stats to only be enabled if used
1113 * opt.h, init.c: bug #26649: TCP fails when TCP_MSS > TCP_SND_BUF
1131 * opt.h, sockets.c, pbuf.c, netbuf.h, pbuf.h: task #7013: Added option
1147 * mem.c, opt.h: Added option MEM_USE_POOLS_TRY_BIGGER_POOL to try the next
1151 * dns.c, init.c, dns.h, opt.h: task #7507, patch #6786: DNS supports static
1168 * icmp.c, opt.h: patch #6539: (configurable) response to broadcast- and multicast
1175 * opt.h, memp.h/.c: added MEMP_MEM_MALLOC to use mem_malloc/mem_free instead
1193 * mem.c, opt.h, stats.h: fixed bug #21433: Calling mem_free/pbuf_free from
1212 * netif.c, loopif.c, ip.c, netif.h, loopif.h, opt.h: Checked in slightly
1289 * raw.c, udp.c, init.c, opt.h, ip.h, sockets.h: bug #26309: Implement the
1292 which want to enable this filter have to set IP_SOF_BROADCAST=1 in opt.h.
1294 have to set IP_SOF_BROADCAST_RECV=1 in opt.h.
1358 * init.c, opt.h: Patch#6774 TCP_QUEUE_OOSEQ breaks compilation when
1366 * tcp.c, tcp_in.c, tcp_out.c, tcp.h, opt.h: Rework the way window
1405 * opt.h, api_msg.c: added configurable default valud for netconn->recv_bufsize:
1484 * mem.c, tcpip.c, tcpip.h, opt.h: fixed bug #21433 (Calling mem_free/pbuf_free
1503 * tcp.c, tcp_in.c, tcp.h, opt.h: Rename LWIP_CALCULATE_EFF_SEND_MSS in
1520 * api_msg.c, opt.h: replace DEFAULT_RECVMBOX_SIZE per DEFAULT_TCP_RECVMBOX_SIZE,
1535 * sys_arch.txt, api.h, api_lib.c, api_msg.h, api_msg.c, tcpip.c, sys.h, opt.h:
1539 in opt.h to indicate sizes for tcpip::mbox, netconn::recvmbox, and for the
1549 tcp_in.c, init.c, opt.h: rename backlog options with TCP_ prefix, limit the
1567 * tcp.h, opt.h, api.h, api_msg.h, tcp.c, tcp_in.c, api_lib.c, api_msg.c,
1577 * dns.h, dns.c, opt.h: move DNS options to the "right" place. Most visibles
1597 * etharp.c, stats.c, stats.h, opt.h: Introduced ETHARP_STATS
1608 * tcp.h, opt.h, tcp.c, tcp_in.c: implemented calculating the effective send-mss
1630 * opt.h, init.c, tcpip.c, dhcp.c, dns.h, dns.c: add DNS client for simple name
1634 in your lwipopts.h file (LWIP_DNS=0 in opt.h). DNS_DEBUG can be set to get
1639 * opt.h, mib2.c: Patch #6215: added ifAdminStatus write support (if explicitly
1649 * api.h, api_lib.c, api_msg.c, sockets.c, opt.h: add SO_RCVBUF option for UDP &
1675 * ip_frag.c, memp.c, mib2.c, ip_frag.h, memp_std.h, opt.h: Changed IP_REASSEMBLY
1727 ipv6/icmp.h, opt.h: Integrate "task #7272 : LWIP_ICMP option". The new option
1733 * opt.h, sys.h, tcpip.c, slipif.c, ppp.c, sys_arch.txt: Change parameters list
1746 * igmp.h, igmp.c, memp_std.h, memp.c, init.c, opt.h: Replace mem_malloc call by
1747 memp_malloc, and use a new MEMP_NUM_IGMP_GROUP option (see opt.h to define the
1777 * Add init.h, init.c, Change opt.h, tcpip.c: Task #7213 "Add a lwip_init function"
1784 in opt.h, you should configure in your lwipopts.h (they are enabled per default).
1796 * netif.h, netif.c, opt.h: Rename LWIP_NETIF_CALLBACK in LWIP_NETIF_STATUS_CALLBACK
1800 * tcpip.h, tcpip.c, ethernetif.c, opt.h: remove options ETHARP_TCPIP_INPUT &
1839 etharp.c ethernetif.c, etharp.h, opt.h tcpip.h, tcpip.c:
1852 * opt.h, netif.h, netif.c, ethernetif.c: Add new configuration option to add
1865 * mem.c, memp.c, mem.h, memp.h, opt.h: task #6863: Introduced the option
1903 * udp.h, opt.h, api_msg.c, ip.c, udp.c: Included switch LWIP_UDPLITE (enabled
1908 * autoip.h, autoip.c, dhcp.h, dhcp.c, netif.h, netif.c, etharp.h, etharp.c, opt.h:
1924 * opt.h, ip_frag.c, ip_frag.h, ip.c: Added option IP_FRAG_USES_STATIC_BUF
1937 * opt.h, memp.h, memp.c: Added option MEMP_OVERFLOW_CHECK to check for memp
1945 * opt.h, memp.h, memp.c, pbuf.c (see task #6831): use a new memp pool for
1963 * opt.h, *.c/*.h: Included patch #5920: Create define to override C-library
1992 * opt.h, tcpip.h, tcpip.c, netifapi.h, netifapi.c: New configuration option LWIP_NETIF_API
2005 * opt.h, netif.h, dhcp.h, dhcp.c: New configuration option LWIP_NETIF_HOSTNAME allow to
2018 * opt.h, tcpip.c: New configuration option LWIP_ARP allow to disable ARP init at build
2036 ip.c, netif.h, tcpip.c, opt.h:
2042 * tcp.h, tcp.c, sockets.c, tcp_out.c, tcp_in.c, opt.h: Keepalive values can
2052 * sockets.c, api.h, api_lib.c, tcpip.c, sys.h, sys.c, err.c, opt.h:
2115 * opt.h, ip.c: Rename IP_OPTIONS define to IP_OPTIONS_ALLOWED to avoid
2234 it as long as "lwip/opt.h" is included before (this one include "lwip/debug.h" which
2236 if they are not defined in cc.h, in the same spirit than "lwip/opt.h" for lwipopts.h.
2258 * stats.h, stats.c, igmp.h, igmp.c, opt.h: Fix for bug #20503 : IGMP Improvement.
2318 * ipv4/ip.h, ipv6/ip.h, opt.h, netif.h, etharp.h, ipv4/ip.c, netif.c, raw.c,
2370 * opt.h, mem.h, mem.c, memp.c, pbuf.c, ip_frag.c, vj.c: Fix bug #20162. Rename
2476 * loopif.c, loopif.h, opt.h, src/netif/FILES: fix bug #2595: "loopif results
2535 * opt.h Change default PBUF_POOL_BUFSIZE (again) to accomodate default MSS +
2567 * opt.h: Add LWIP_NETIF_CALLBACK (to avoid compiler warning) and set it to 0.
2573 * opt.h Change default PBUF_POOL_BUFSIZE to accomodate default MSS +
2638 * opt.h, ip_frag.h, tcpip.h, tcpip.c, ethernetif.c: add new configuration
2650 * opt.h, sockets.h: add new configuration options (LWIP_POSIX_SOCKETS_IO_NAMES,
2668 * etharp.c, etharp.h, memp.c, memp.h, opt.h: Fix BUG#11400 - don't corrupt
2700 * mem.h, opt.h: Added MEM_LIBC_MALLOC option.
2705 to include/lwip/opt.h.
2707 Move IP_REASS_MAXAGE and IP_REASS_BUFSIZE to include/lwip/opt.h.
2708 * opt.h: Add above new options.
2919 * opt.h: ETHARP_ALWAYS_INSERT option removed to comply with ARP RFC.