Lines Matching full:add
59 * etharp.c: ETHARP_SUPPORT_VLAN: add support for an external VLAN filter
341 * def.h: task #10391: Add preprocessor-macros for compile-time htonl
455 task #7212: Add Mutex concept in sys_arch (define LWIP_COMPAT_MUTEX
501 Add non-blocking support for connect (partly from patch #6860),
521 * opt.h, memp.c: patch #6822 (Add option to place memory pools in
671 add IP options)
677 * ip.c: Fixed bug #30402: CHECKSUM_GEN_IP_INLINE does not add IP options
726 * ip_addr.c/.h: patch #7143: Add a few missing const qualifiers
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
1337 * ip.c, ip6.c, tcp_out.c, ip.h: patch #6808: Add a utility function
1362 * tcp.h: Patch#6802 Add do-while-clauses to those function like
1379 * tcp.c, tcp_in.c, tcp.h: add tcp_abandon() to cope with dropping
1517 "Add return value to sys_mbox_post".
1522 sizes), like suggested for the task #7490 "Add return value to sys_mbox_post".
1525 * tcpip.h, tcpip.c: add tcpip_callback_with_block function for the task #7490
1526 "Add return value to sys_mbox_post". tcpip_callback is always defined as
1532 "Add return value to sys_mbox_post".
1536 Introduce changes for task #7490 "Add return value to sys_mbox_post" with some
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
1554 * tcp.c, tcp_in.c, tcp_out.c, tcp.h: Add TCP persist timer
1574 by err_t type. Add a new err_t code "ERR_INPROGRESS".
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 &
1664 * api.h, api_lib.c, api_msg.c: Add macro API_EVENT in the same spirit than
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,
1694 * udp.h, udp.c, sockets.c: Changes for "#20503 IGMP Improvement". Add IP_MULTICAST_IF
1696 netconn and raw API users), only if LWIP_IGMP=1. Add getsockopt processing for
1721 IP_PCB. Add in the netconn's "pcb" union a "struct ip_pcb *ip;" (no size change).
1737 your lwipopts.h. For port maintainers, you can just add these new parameters
1762 * Add netbuf.h, netbuf.c, Change api.h, api_lib.c: #7249 "Split netbuf functions
1765 maintainers just have to add src/api/netbuf.c in their makefile/projects.
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"
1778 Add lwip_init function to regroup all modules initializations, and to provide
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
1793 Add a netif_is_link_up() function if LWIP_NETIF_LINK_CALLBACK option is set.
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)
1981 sockets api and api_msg which run in tcpip_thread context). Add netconn_sento function.
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
2567 * opt.h: Add LWIP_NETIF_CALLBACK (to avoid compiler warning) and set it to 0.
2600 * api_msg.h, api_msg.c, tcpip.h, tcpip.c: Add return types to tcpip_apimsg()
2616 * sockets.c: Add asserts inside bind, connect and sendto to check input
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,
2708 * opt.h: Add above new options.
2860 * tcp.c: Add code to tcp_recved() to send an ACK (window update) immediately,
3104 amount of data, and does not add one for SYN and FIN segments.