Lines Matching refs:use

44     to get a clear separation of which functions an application or port may use
242 * tcp_out.c: use pcb->mss instead of TCP_MSS for preallocate mss-sized pbufs
291 * etharp.c: fixed bug #33551 (ARP entries may time out although in use) by
342 calculation (and use them throughout the stack where applicable)
358 * netbuf.h/.c, sockets.c, api_msg.c: use checksum-on-copy for sending
399 on change) plus use SYS_LIGHTWEIGHT_PROT to protect the select code.
411 for tcp netconns to receive pbufs, not netbufs; use that function
456 to let sys.h use binary semaphores instead of mutexes - as before)
482 * opt.h, memp_std.h, dns.h, netdb.c, memp.c: Let netdb use a memp pool
580 use EALRADY instead of -1
674 * msg_in.c: Fixed SNMP ASN constant defines to not use ! operator
888 not use reserved C/C++ keywords
1099 * ip.c: Fixed bug bug #27345: "ip_frag() does not use the LWIP_NETIF_LOOPBACK
1137 ECHO pbuf for size (just use it): LWIP_ICMP_ECHO_CHECK_INPUT_PBUF_LEN
1175 * opt.h, memp.h/.c: added MEMP_MEM_MALLOC to use mem_malloc/mem_free instead
1204 * err.h: patch #6459: Made err_t overridable to use a more efficient type
1224 * tcp_in.c: Fix bug #27199: use snd_wl2 instead of snd_wl1
1233 * api_msg.c, sockets.c, api.h: BUG23240 use signed counters for
1258 * inet_chksum.c: On little endian architectures, use LWIP_PLATFORM_HTONS (if
1467 * tcp_in.c Remove redundant "if" statement, and use real rcv_wnd
1486 in lwipopts.h or use pbuf_free_callback(p)/mem_free_callback(m) to free pbufs
1559 etharp_raw use ethbroadcast for the "ethdst_addr" parameter. But it could be
1581 * netdb.c: add a LWIP_DNS_API_HOSTENT_STORAGE option to decide to use a static
1651 by default). Netconn API users can use the netconn_recv_bufsize macro to access
1681 all netifs (or ports) can use it.
1702 each 10ms (but, it's intrusive if you use sys_timeout feature). Now, you can
1738 in your sys_arch.c file, and but it's not mandatory, use them in your OS
1747 memp_malloc, and use a new MEMP_NUM_IGMP_GROUP option (see opt.h to define the
1748 value). It will avoid potential fragmentation problems, use a counter to know
1844 making netbuf_copy_partial use this function.
1866 MEM_USE_POOLS to use 4 pools with different sized elements instead of a
1886 * etharp.c, etharp.h: Changed etharp to use a defined hardware address length
1895 * debug.h, api_msg.c: change LWIP_ERROR to use it to check errors like invalid
1945 * opt.h, memp.h, memp.c, pbuf.c (see task #6831): use a new memp pool for
1960 included by applications and which are for internal use only.
1993 allow to use thread-safe functions to add/remove netif in list, and to start/stop dhcp
2001 use this for and architecture-independent form to tell the compiler you intentionally
2006 define a hostname in netif struct (this is just a pointer, so, you can use a hardcoded
2008 It will be used by DHCP to register a client hostname, but can also be use when you call
2014 device, and we can use ARP with it to do a "gratuitous ARP" (RFC 3220 "IP Mobility
2019 time if you only use PPP or SLIP. The default is enable. Note we don't have to call
2020 etharp_init in your port's initilization sequence if you use tcpip.c, because this call
2081 some problems to fill the IP header on some targets, use now the
2160 letting ip_route only use netifs that are up.
2219 lwip_getsockname use now a common lwip_getaddrname function since
2278 * ip_frag.c: Fixed bug #20429: use the new pbuf_copy_partial instead of the old
2337 possible to define this macro in your own lwipopts.h to always use C library's
2338 rand(). Note that autoip_create_rand_addr doesn't use this macro.
2343 in api_lib/api_msg (use pointers and not type with table, etc...)
2375 * udp.c: UDP Lite: corrected the use of chksum_len (based on RFC3828: if it's 0,
2415 used for LWIP_SO_RCVTIMEO option) and use sys_arch_mbox_fetch() instead of
2416 sys_mbox_fetch() in api files. Now, users SHOULD NOT use internal lwIP features
2561 api_lib.c to tcpip.c's tcpip_apimsg(). Now, use a local variable and not a
2596 * udp.c: Only try and use pbuf_header() to make space for headers if
2643 Older ports have to use tcpip_ethinput.
2847 suffer from this when a server invalidly gave an in-use address.)
2896 * ip.c, netif.c Changed debug statements to use the tidier ip4_addrN() macros.
2984 * Mentioned the changed use of CVS branches in README.
3013 * TCP has been fixed to deal with the new use of the pbuf->ref
3033 Use PBUF_REF to make a pbuf refer to RAM. lwIP will use zero-copy
3210 in 0.4, has now been fixed. Binding to an address that is in use
3271 and put to use.