Lines Matching refs:used

49     initial local TCP/UDP ports (so that different port ranges are used after
202 used and not all protocols are enabled
292 sending an ARP request when an ARP entry is used in the last minute before
320 calculate it in tcp_zero_window_probe (the only place where it was used).
337 version is now only used in protocol headers. Added global storage for
419 allocated larger than needed and the space is used for later calls to
605 * api.h, api_lib.c, api_msg.c, sockets.c: netconn.recv_avail is only used for
813 disabled on netif used for PPPoE) by adding a new netif flag
815 device but prevents usage of ARP (so that ethernet_input can be used
847 since they are not used anywhere else.
1095 * opt.h: Fixed default values of some stats to only be enabled if used
1177 is otherwise used)
1181 is only used by UDPLITE at present, so conditionalise it.
1255 to the IP header (used by igmp_ip_output_if)
1386 * ip_frag.c: patch #6528: the buffer used for IP_FRAG_USES_STATIC_BUF could be
1544 This new function is used in tcpip_input (so, can be called in an interrupt
1609 based on the MTU of the netif used to send. Enabled by default. Disable by
1652 it. This is a first release which have to be improve for TCP. Note it used the
1658 Integrate "patch #6250 : MSG_MORE flag for send". MSG_MORE is used at socket api
1749 how many times a group is used on an netif, and free it when all applications
1763 from api/api_lib". Now netbuf API is independant of netconn, and can be used
1782 inside tcpip_init, but can also be used by raw api users since all calls are
1874 used from lwip_send).
1888 used for ethernet and struct eth_addr already had a defined length of 6).
1915 etharp_output() to match netif->output so etharp_output() can be used
2008 It will be used by DHCP to register a client hostname, but can also be use when you call
2028 but never used. Fix msg_in.c with the correct #if test for a stat display.
2230 * mem.c: Fixed bug #21077 (inaccuracy in calculation of lwip_stat.mem.used)
2243 * tcpip.c: Fix TCPIP_MSG_INPKT processing: now, tcpip_input can be used for any
2306 * nearly-all-files: Added assertions where PBUF_RAM pbufs are used and an
2391 re-used the input pbuf even if that didn't have enough space to include the
2415 used for LWIP_SO_RCVTIMEO option) and use sys_arch_mbox_fetch() instead of
2421 which parameters are used by which do_xxx function, and to avoid "misusing"
2440 as the one of the netif used for sending to prevent sending from old
2456 for socket options (lwip_set/-getsockopt) used with level IPPROTO_TCP from
2469 to save a little RAM (next pointer of memp is not used while not in pool).
2544 * api_msg.h, api_msg.c: Remove obsolete API_MSG_ACCEPT and do_accept (never used).
2673 It is static, and never used in udp.c except udp_init().
2906 * .c: Added <string.h> and <errno.h> includes where used.
3129 * Situations when all TCP buffers were used could lead to
3250 heap is still present but is used less frequently.