Lines Matching refs:init
39 * init.c: Converted runtime-sanity-checks into compile-time checks that can
128 * init.c: fixed bug #35537: MEMP_NUM_* sanity checks should be disabled with
236 in init.c
505 * opt.h, tcp.h, init.c, api_msg.c: Added TCP_SNDQUEUELOWAT corresponding
525 * init.c, igmp.c: patch #6463 (IGMP - Adding Random Delay): added define
529 * tcpip.c, init.c, memp.c, sys.c, memp_std.h, sys.h, tcpip.h
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
1113 * opt.h, init.c: bug #26649: TCP fails when TCP_MSS > TCP_SND_BUF
1114 Fixed wrong parenthesis, added check in init.c
1151 * dns.c, init.c, dns.h, opt.h: task #7507, patch #6786: DNS supports static
1172 * init.h: Added LWIP_VERSION to get the current version of the stack
1266 * init.c: snmp was not initialized in lwip_init()
1289 * raw.c, udp.c, init.c, opt.h, ip.h, sockets.h: bug #26309: Implement the
1358 * init.c, opt.h: Patch#6774 TCP_QUEUE_OOSEQ breaks compilation when
1549 tcp_in.c, init.c, opt.h: rename backlog options with TCP_ prefix, limit the
1568 sockets.c, init.c: task #7252: Implement TCP listen backlog: Warning: raw API
1630 * opt.h, init.c, tcpip.c, dhcp.c, dns.h, dns.c: add DNS client for simple name
1670 * many files: Changed initialization: many init functions are not needed any
1742 * inet.c, autoip.c, msg_in.c, msg_out.c, init.c: Move some build time checkings
1743 inside init.c for task #7142 "Sanity check user-configurable values".
1746 * igmp.h, igmp.c, memp_std.h, memp.c, init.c, opt.h: Replace mem_malloc call by
1750 leave it. MEMP_NUM_IGMP_GROUP got 8 as default value (and init.c got a sanity
1756 the netif's "init" function). Use the "imr_interface" field (for socket layer)
1768 * init.c: Add first version of lwip_sanity_check for task #7142 "Sanity check
1772 * igmp.h, igmp.c, tcpip.c, init.c, netif.c: change igmp_init and add igmp_start.
1777 * Add init.h, init.c, Change opt.h, tcpip.c: Task #7213 "Add a lwip_init function"
1781 and add init.c in their makefiles. Note that lwip_init() function is called
2018 * opt.h, tcpip.c: New configuration option LWIP_ARP allow to disable ARP init at build
2592 tcpip_ethinput, tcpip_callback, tcpip_apimsg, to fix a init problem with