Lines Matching full:enable
197 * SYS_LIGHTWEIGHT_PROT==1: enable inter-task protection (and task-vs-interrupt
539 * LWIP_ARP==1: Enable ARP functionality.
593 /** LWIP_ETHERNET==1: enable ethernet support even though ARP might be disabled
608 /** ETHARP_SUPPORT_STATIC_ENTRIES==1: enable code to support static ARP table
637 * LWIP_IPV4==1: Enable IPv4
716 * IP_SOF_BROADCAST=1: Use the SOF_BROADCAST field to enable broadcast
717 * filter per pcb on udp and raw send operations. To enable broadcast filter
725 * IP_SOF_BROADCAST_RECV (requires IP_SOF_BROADCAST=1) enable the broadcast
766 * LWIP_ICMP==1: Enable ICMP module inside the IP stack.
808 * LWIP_RAW==1: Enable application layer to hook into the IP layer itself.
815 * LWIP_RAW==1: Enable application layer to hook into the IP layer itself.
835 * LWIP_DHCP==1: Enable DHCP module.
909 * LWIP_AUTOIP==1: Enable AUTOIP module.
986 * LWIP_MULTICAST_TX_OPTIONS==1: Enable multicast TX support like the socket options
1068 /** Set this to 1 to enable querying ".local" names via mDNS
1250 * TCP_LISTEN_BACKLOG: Enable the backlog option for tcp listen pcb.
1322 * Set LWIP_WND_SCALE to 1 to enable window scaling.
1677 * LWIP_NETCONN==1: Enable Netconn API (require to use api_lib.c)
1683 /** LWIP_TCPIP_TIMEOUT==1: Enable tcpip_timeout/tcpip_untimeout to create
1704 /** LWIP_NETCONN_FULLDUPLEX==1: Enable code that allows reading from one thread,
1730 * LWIP_SOCKET==1: Enable Socket API (require to use sockets.c)
1744 * LWIP_COMPAT_SOCKETS==1: Enable BSD-style sockets functions names through defines.
1754 * LWIP_POSIX_SOCKETS_IO_NAMES==1: Enable POSIX-style sockets functions names.
1774 * LWIP_TCP_KEEPALIVE==1: Enable TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT
1783 * LWIP_SO_SNDTIMEO==1: Enable send timeout for sockets/netconns and
1791 * LWIP_SO_RCVTIMEO==1: Enable receive timeout for sockets/netconns and
1807 * LWIP_SO_RCVBUF==1: Enable SO_RCVBUF processing.
1814 * LWIP_SO_LINGER==1: Enable SO_LINGER processing.
1835 * SO_REUSE==1: Enable SO_REUSEADDR option.
1876 * LWIP_STATS==1: Enable statistics collection in lwip_stats.
1892 * LINK_STATS==1: Enable link stats.
1899 * ETHARP_STATS==1: Enable etharp stats.
1906 * IP_STATS==1: Enable IP stats.
1913 * IPFRAG_STATS==1: Enable IP fragmentation stats. Default is
1921 * ICMP_STATS==1: Enable ICMP stats.
1928 * IGMP_STATS==1: Enable IGMP stats.
1935 * UDP_STATS==1: Enable UDP stats. Default is on if
1943 * TCP_STATS==1: Enable TCP stats. Default is on if TCP
1951 * MEM_STATS==1: Enable mem.c stats.
1958 * MEMP_STATS==1: Enable memp.c pool stats.
1965 * SYS_STATS==1: Enable system stats (sem and mbox counts, etc).
1972 * IP6_STATS==1: Enable IPv6 stats.
1979 * ICMP6_STATS==1: Enable ICMP for IPv6 stats.
1986 * IP6_FRAG_STATS==1: Enable IPv6 fragmentation stats.
1993 * MLD6_STATS==1: Enable MLD for IPv6 stats.
2000 * ND6_STATS==1: Enable Neighbor discovery for IPv6 stats.
2150 * LWIP_IPV6==1: Enable IPv6
2193 * LWIP_IPV6_AUTOCONFIG==1: Enable stateless address autoconfiguration as per RFC 4862.
2215 * LWIP_ICMP6==1: Enable ICMPv6 (mandatory per RFC)
2245 * LWIP_IPV6_MLD==1: Enable multicast listener discovery protocol.
2397 * LWIP_IPV6_DHCP6==1: enable DHCPv6 stateful address autoconfiguration.
2619 * LWIP_DBG_TYPES_ON: A mask that can be used to globally enable/disable
2628 * ETHARP_DEBUG: Enable debugging in etharp.c.
2635 * NETIF_DEBUG: Enable debugging in netif.c.
2642 * PBUF_DEBUG: Enable debugging in pbuf.c.
2649 * API_LIB_DEBUG: Enable debugging in api_lib.c.
2656 * API_MSG_DEBUG: Enable debugging in api_msg.c.
2663 * SOCKETS_DEBUG: Enable debugging in sockets.c.
2670 * ICMP_DEBUG: Enable debugging in icmp.c.
2677 * IGMP_DEBUG: Enable debugging in igmp.c.
2684 * INET_DEBUG: Enable debugging in inet.c.
2691 * IP_DEBUG: Enable debugging for IP.
2698 * IP_REASS_DEBUG: Enable debugging in ip_frag.c for both frag & reass.
2705 * RAW_DEBUG: Enable debugging in raw.c.
2712 * MEM_DEBUG: Enable debugging in mem.c.
2719 * MEMP_DEBUG: Enable debugging in memp.c.
2726 * SYS_DEBUG: Enable debugging in sys.c.
2733 * TIMERS_DEBUG: Enable debugging in timers.c.
2740 * TCP_DEBUG: Enable debugging for TCP.
2747 * TCP_INPUT_DEBUG: Enable debugging in tcp_in.c for incoming debug.
2754 * TCP_FR_DEBUG: Enable debugging in tcp_in.c for fast retransmit.
2761 * TCP_RTO_DEBUG: Enable debugging in TCP for retransmit
2769 * TCP_CWND_DEBUG: Enable debugging for TCP congestion window.
2776 * TCP_WND_DEBUG: Enable debugging in tcp_in.c for window updating.
2783 * TCP_OUTPUT_DEBUG: Enable debugging in tcp_out.c output functions.
2790 * TCP_RST_DEBUG: Enable debugging for TCP with the RST message.
2797 * TCP_QLEN_DEBUG: Enable debugging for TCP queue lengths.
2804 * UDP_DEBUG: Enable debugging in UDP.
2811 * TCPIP_DEBUG: Enable debugging in tcpip.c.
2818 * SLIP_DEBUG: Enable debugging in slipif.c.
2825 * DHCP_DEBUG: Enable debugging in dhcp.c.
2832 * AUTOIP_DEBUG: Enable debugging in autoip.c.
2839 * DNS_DEBUG: Enable debugging for DNS.
2846 * IP6_DEBUG: Enable debugging for IPv6.
2866 * LWIP_PERF: Enable performance testing for lwIP