Lines Matching full:1
6 #define ERRNO 1
8 #define LWIP_SOCKET_SELECT 1
9 #define LWIP_SOCKET_POLL 1
11 #define LWIP_IPV4 1
14 #define LWIP_IPV6 1
20 #define LWIP_SOCKET 1
21 #define LWIP_NETCONN 1
24 #define LWIP_IGMP 1
30 #define LWIP_ICMP 1
36 #define LWIP_SNMP 1
42 #define LWIP_DNS 1
241 #define MEMP_OVERFLOW_CHECK 1 ////
242 #define LWIP_ALLOW_MEM_FREE_FROM_OTHER_CONTEXT 1 ////
243 //#define MEM_LIBC_MALLOC 1
244 //#define MEM_USE_POOLS 1
245 //#define MEMP_USE_CUSTOM_POOLS 1
324 #define IP_NAT 1
331 #define LWIP_TCP 1
340 #define TCP_QUEUE_OOSEQ 1
389 #define LWIP_ARP 1
391 #define ARP_QUEUEING 1
394 /* Define IP_FORWARD to 1 if you wish to have the ability to forward
402 #define IP_REASSEMBLY 1
403 #define IP_FRAG 1
415 /* Define LWIP_DHCP to 1 if you want DHCP configuration of
418 #define LWIP_DHCP 1
423 /* 1 if you want to do an ARP check on the offered address
433 #define LWIP_UDP 1
440 #define DEFAULT_UDP_RECVMBOX_SIZE 1
444 #define LWIP_RAW 1
449 #define DEFAULT_RAW_RECVMBOX_SIZE 1
454 #define LWIP_STATS 1
455 #define LWIP_STATS_DISPLAY 1
461 #define LINK_STATS 1
462 #define IP_STATS 1
463 #define ICMP_STATS 1
464 #define IGMP_STATS 1
465 #define IPFRAG_STATS 1
466 #define UDP_STATS 1
467 #define TCP_STATS 1
468 #define MEM_STATS 1
469 #define MEMP_STATS 1
470 #define PBUF_STATS 1
471 #define SYS_STATS 1
472 #define MIB2_STATS 1
477 #define PPP_SUPPORT 1 /* Set > 0 for PPP */
483 #define NUM_PPP 1 /* Max PPP sessions. */
490 #define PPPOE_SUPPORT 1
496 #define PPPOS_SUPPORT 1
501 #define PAP_SUPPORT 1 /* Set > 0 for PAP. */
502 #define CHAP_SUPPORT 1 /* Set > 0 for CHAP. */
506 #define VJ_SUPPORT 1 /* Set > 0 for VJ header compression. */
507 #define MD5_SUPPORT 1 /* Set > 0 for MD5 (see also CHAP) */
512 * LWIP_POSIX_SOCKETS_IO_NAMES==1: Enable POSIX-style sockets functions names.
521 * LWIP_TCP_KEEPALIVE==1: Enable TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT
526 #define LWIP_TCP_KEEPALIVE 1
530 * LWIP_NETIF_API==1: Support netif api (in netifapi.c)
533 #define LWIP_NETIF_API 1
546 * LWIP_SOCKET==1: Enable Socket API (require to use sockets.c)
549 #define LWIP_SOCKET 1
553 * LWIP_COMPAT_SOCKETS==1: Enable BSD-style sockets functions names.
560 #define LWIP_COMPAT_SOCKETS 1
565 * LWIP_SO_SNDTIMEO==1: Enable send timeout for sockets/netconns and
569 #define LWIP_SO_SNDTIMEO 1
573 * LWIP_SO_RCVTIMEO==1: Enable receive timeout for sockets/netconns and
577 #define LWIP_SO_RCVTIMEO 1
581 * LWIP_SO_RCVBUF==1: Enable SO_RCVBUF processing.
584 #define LWIP_SO_RCVBUF 1
595 * SO_REUSE==1: Enable SO_REUSEADDR option.