Lines Matching refs:add
59 * etharp.c: ETHARP_SUPPORT_VLAN: add support for an external VLAN filter
671 add IP options)
677 * ip.c: Fixed bug #30402: CHECKSUM_GEN_IP_INLINE does not add IP options
807 * etharp.c/.h: Fixed ARP input processing: only add a new entry if a
1160 * tcp.c, tcp_out.c, tcp_in.c, sys.h, tcp.h, opts.h: add support for
1230 * api.h api_msg.h netdb.h sockets.h: add missing #include directives
1254 * ip.h, ip.c, igmp.c: bug #26487: Added ip_output_if_opt that can add IP options
1379 * tcp.c, tcp_in.c, tcp.h: add tcp_abandon() to cope with dropping
1525 * tcpip.h, tcpip.c: add tcpip_callback_with_block function for the task #7490
1540 netconn::acceptmbox. Port maintainers, you can decide to just add this new
1550 "backlog" parameter in an u8_t, 0 is interpreted as "smallest queue", add
1581 * netdb.c: add a LWIP_DNS_API_HOSTENT_STORAGE option to decide to use a static
1630 * opt.h, init.c, tcpip.c, dhcp.c, dns.h, dns.c: add DNS client for simple name
1649 * api.h, api_lib.c, api_msg.c, sockets.c, opt.h: add SO_RCVBUF option for UDP &
1684 * netifapi.h, netifapi.c: add function netifapi_netif_set_default. Change the
1689 * netifapi.h, netifapi.c: add functions netifapi_netif_set_up, netifapi_netif_set_down,
1737 your lwipopts.h. For port maintainers, you can just add these new parameters
1765 maintainers just have to add src/api/netbuf.c in their makefile/projects.
1772 * igmp.h, igmp.c, tcpip.c, init.c, netif.c: change igmp_init and add igmp_start.
1779 a place to add code for task #7142 "Sanity check user-configurable values".
1781 and add init.c in their makefiles. Note that lwip_init() function is called
1852 * opt.h, netif.h, netif.c, ethernetif.c: Add new configuration option to add
1854 for port maintainers to add the NETIF_FLAG_LINK_UP flag (like in ethernetif.c)
1993 allow to use thread-safe functions to add/remove netif in list, and to start/stop dhcp
2136 data packet was lost): add assert that all segment lists are empty in
2239 * igmp.h, igmp.c: Some changes to remove some redundant code, add some traces,
2517 * api_msg.c: add a "pcb_new" helper function to avoid redundant code, and to add
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,
3104 amount of data, and does not add one for SYN and FIN segments.