Lines Matching full:enable

423  * LWIP_ARP==1: Enable ARP functionality.
473 /** LWIP_ETHERNET==1: enable ethernet support for PPPoE even though ARP
489 /** ETHARP_SUPPORT_STATIC_ENTRIES==1: enable code to support static ARP table
584 * IP_SOF_BROADCAST=1: Use the SOF_BROADCAST field to enable broadcast
585 * filter per pcb on udp and raw send operations. To enable broadcast filter
593 * IP_SOF_BROADCAST_RECV (requires IP_SOF_BROADCAST=1) enable the broadcast
626 * LWIP_ICMP==1: Enable ICMP module inside the IP stack.
660 * LWIP_RAW==1: Enable application layer to hook into the IP layer itself.
667 * LWIP_RAW==1: Enable application layer to hook into the IP layer itself.
679 * LWIP_DHCP==1: Enable DHCP module.
698 * LWIP_AUTOIP==1: Enable AUTOIP module.
1023 * TCP_LISTEN_BACKLOG: Enable the backlog option for tcp listen pcb.
1404 * LWIP_NETCONN==1: Enable Netconn API (require to use api_lib.c)
1410 /** LWIP_TCPIP_TIMEOUT==1: Enable tcpip_timeout/tcpip_untimeout tod create
1423 * LWIP_SOCKET==1: Enable Socket API (require to use sockets.c)
1430 * LWIP_COMPAT_SOCKETS==1: Enable BSD-style sockets functions names.
1438 * LWIP_POSIX_SOCKETS_IO_NAMES==1: Enable POSIX-style sockets functions names.
1447 * LWIP_TCP_KEEPALIVE==1: Enable TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT
1456 * LWIP_SO_SNDTIMEO==1: Enable send timeout for sockets/netconns and
1464 * LWIP_SO_RCVTIMEO==1: Enable receive timeout for sockets/netconns and
1472 * LWIP_SO_RCVBUF==1: Enable SO_RCVBUF processing.
1486 * SO_REUSE==1: Enable SO_REUSEADDR option.
1507 * LWIP_STATS==1: Enable statistics collection in lwip_stats.
1523 * LINK_STATS==1: Enable link stats.
1530 * ETHARP_STATS==1: Enable etharp stats.
1537 * IP_STATS==1: Enable IP stats.
1544 * IPFRAG_STATS==1: Enable IP fragmentation stats. Default is
1552 * ICMP_STATS==1: Enable ICMP stats.
1559 * IGMP_STATS==1: Enable IGMP stats.
1566 * UDP_STATS==1: Enable UDP stats. Default is on if
1574 * TCP_STATS==1: Enable TCP stats. Default is on if TCP
1582 * MEM_STATS==1: Enable mem.c stats.
1589 * MEMP_STATS==1: Enable memp.c pool stats.
1596 * SYS_STATS==1: Enable system stats (sem and mbox counts, etc).
1624 * PPP_SUPPORT==1: Enable PPP.
1631 * PPPOE_SUPPORT==1: Enable PPP Over Ethernet
1638 * PPPOS_SUPPORT==1: Enable PPP Over Serial
1887 * LWIP_DBG_TYPES_ON: A mask that can be used to globally enable/disable
1895 * ETHARP_DEBUG: Enable debugging in etharp.c.
1902 * NETIF_DEBUG: Enable debugging in netif.c.
1909 * PBUF_DEBUG: Enable debugging in pbuf.c.
1916 * API_LIB_DEBUG: Enable debugging in api_lib.c.
1923 * API_MSG_DEBUG: Enable debugging in api_msg.c.
1930 * SOCKETS_DEBUG: Enable debugging in sockets.c.
1937 * ICMP_DEBUG: Enable debugging in icmp.c.
1944 * IGMP_DEBUG: Enable debugging in igmp.c.
1951 * INET_DEBUG: Enable debugging in inet.c.
1958 * IP_DEBUG: Enable debugging for IP.
1965 * IP_REASS_DEBUG: Enable debugging in ip_frag.c for both frag & reass.
1972 * RAW_DEBUG: Enable debugging in raw.c.
1979 * MEM_DEBUG: Enable debugging in mem.c.
1986 * MEMP_DEBUG: Enable debugging in memp.c.
1993 * SYS_DEBUG: Enable debugging in sys.c.
2000 * TIMERS_DEBUG: Enable debugging in timers.c.
2007 * TCP_DEBUG: Enable debugging for TCP.
2014 * TCP_INPUT_DEBUG: Enable debugging in tcp_in.c for incoming debug.
2021 * TCP_FR_DEBUG: Enable debugging in tcp_in.c for fast retransmit.
2028 * TCP_RTO_DEBUG: Enable debugging in TCP for retransmit
2036 * TCP_CWND_DEBUG: Enable debugging for TCP congestion window.
2043 * TCP_WND_DEBUG: Enable debugging in tcp_in.c for window updating.
2050 * TCP_OUTPUT_DEBUG: Enable debugging in tcp_out.c output functions.
2057 * TCP_RST_DEBUG: Enable debugging for TCP with the RST message.
2064 * TCP_QLEN_DEBUG: Enable debugging for TCP queue lengths.
2071 * UDP_DEBUG: Enable debugging in UDP.
2078 * TCPIP_DEBUG: Enable debugging in tcpip.c.
2085 * PPP_DEBUG: Enable debugging for PPP.
2092 * SLIP_DEBUG: Enable debugging in slipif.c.
2099 * DHCP_DEBUG: Enable debugging in dhcp.c.
2106 * AUTOIP_DEBUG: Enable debugging in autoip.c.
2113 * SNMP_MSG_DEBUG: Enable debugging for SNMP messages.
2120 * SNMP_MIB_DEBUG: Enable debugging for SNMP MIBs.
2127 * DNS_DEBUG: Enable debugging for DNS.