Lines Matching refs:it
136 * tcp.c: fixed bug #35435: No pcb state check before adding it to time-wait
293 it would time out.
320 calculate it in tcp_zero_window_probe (the only place where it was used).
488 the need for mem_malloc from dhcp_recv and makes it possible to
574 more than once can render a socket useless) since it mainly involves changing
754 and basing PBUF_LINK_HLEN on it.
803 * opt.h: Disable ETHARP_TRUST_IP_MAC by default since it slows down packet
1074 * ip.c: Fixed bug #27390: Source IP check in ip_input() causes it to drop
1137 ECHO pbuf for size (just use it): LWIP_ICMP_ECHO_CHECK_INPUT_PBUF_LEN
1181 is only used by UDPLITE at present, so conditionalise it.
1440 * sockets.c (lwip_accept): check addr isn't NULL. If it's valid, do an
1477 stop it being treated as a fatal error.
1541 parameter in your implementation, but to ignore it to keep the previous behavior.
1559 etharp_raw use ethbroadcast for the "ethdst_addr" parameter. But it could be
1593 pcbs so that it is found faster next time. Same for RAW pcbs that have eaten
1650 RAW netconn. You need to set LWIP_SO_RCVBUF=1 in your lwipopts.h (it's disabled
1652 it. This is a first release which have to be improve for TCP. Note it used the
1667 select code"), but it could be done later.
1681 all netifs (or ports) can use it.
1701 even when it's not necessary). snmp_agent.txt tell to call snmp_inc_sysuptime()
1702 each 10ms (but, it's intrusive if you use sys_timeout feature). Now, you can
1708 when it's queried (any direct call to "sysuptime" is changed by a call to
1713 and others without it, there is a new NETIF_FLAG_IGMP flag to set in netif->flags
1736 one, since it's platform dependant, you could define the best one for you in
1738 in your sys_arch.c file, and but it's not mandatory, use them in your OS
1749 how many times a group is used on an netif, and free it when all applications
1750 leave it. MEMP_NUM_IGMP_GROUP got 8 as default value (and init.c got a sanity
1812 otherwise it was left to NETCONN_CLOSE and sent_tcp() could prematurely
1853 a link callback in the netif struct, and functions to handle it. Be carefull
1878 into a define (tcp_output_nagle) in tcp.h to provide it to raw api users, too.
1895 * debug.h, api_msg.c: change LWIP_ERROR to use it to check errors like invalid
1896 pointers or parameters, and let the possibility to redefined it in cc.h. Use
1941 Set it to 2 to also check every element in every pool each time memp_malloc()
2014 device, and we can use ARP with it to do a "gratuitous ARP" (RFC 3220 "IP Mobility
2082 ip.h macros to do it).
2089 good lwip way to do it (so, using recv is faster on tcp sockets).
2217 yours netconn_peer calls (so, it can't be a "silent change"). It also
2234 it as long as "lwip/opt.h" is included before (this one include "lwip/debug.h" which
2375 * udp.c: UDP Lite: corrected the use of chksum_len (based on RFC3828: if it's 0,
2376 create checksum over the complete packet. On RX, if it's < 8 (and not 0),
2406 an error code if it's impossible to fetch a pbuf on a TCP connection (and not
2439 * api_msg.c, udp.c: If a udp_pcb has a local_ip set, check if it is the same
2464 implementation so that it can be reused (don't allocate the target
2531 defined. This is the way it should have been already (looking at
2552 it's a good idea to upgrade them, even if before, there could be another problem
2567 * opt.h: Add LWIP_NETIF_CALLBACK (to avoid compiler warning) and set it to 0.
2578 cases just assert if it fails as I'm not sure how to fix them, but
2825 * udp.c: UDP pcb->recv() was called even when it was NULL.
2846 querying an address will see it appear in the cache (DHCP could
3049 * IP_ADDR_ANY is no longer a NULL pointer. Instead, it is a pointer
3071 threads because it wasn't protected by semaphores.
3303 mem_malloc2() tries to allocate memory once, and if it fails tries