Lines Matching refs:s

53   * dhcp.c: DHCP uses LWIP_RAND() for xid's (bug #30302)
517 LWIP_RAM_HEAP_POINTER as a void pointer to that memory's address
746 * tcp.c: tcp_listen() did not copy the pcb's prio.
1004 tcp_input_pcb until after calling the pcb's callbacks
1200 Added defines to display each module's statistic individually, added stats
1227 * mem.h: Fixed bug #27105: "realloc() cannot replace mem_realloc()"s
1440 * sockets.c (lwip_accept): check addr isn't NULL. If it's valid, do an
1650 RAW netconn. You need to set LWIP_SO_RCVBUF=1 in your lwipopts.h (it's disabled
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
1721 IP_PCB. Add in the netconn's "pcb" union a "struct ip_pcb *ip;" (no size change).
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
1756 the netif's "init" function). Use the "imr_interface" field (for socket layer)
1759 This field could be a netif's ipaddr, or "any" (same meaning than ip_addr_isany).
1791 2007-08-25 Fr�d�ric Bernon (Artem Migaev's Patch)
2007 string, point on one of your's ethernetif field, or alloc a string you will free yourself).
2013 initialize a network interface's flag with. It tell this interface is an ethernet
2020 etharp_init in your port's initilization sequence if you use tcpip.c, because this call
2092 * api_msg.c, contrib/apps/ping.c: Fix bug #22530 "api_msg.c's
2263 packet on a udp pcb binded on an netif's IP address, and not on "any".
2336 a "pseudo-random" value based on netif's MAC and some autoip fields. It's always
2337 possible to define this macro in your own lwipopts.h to always use C library's
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
2486 the difference between two u16_t's.
2552 it's a good idea to upgrade them, even if before, there could be another problem
2561 api_lib.c to tcpip.c's tcpip_apimsg(). Now, use a local variable and not a
2591 * tcpip.c: Initialize tcpip's mbox, and verify if initialized in tcpip_input,
2681 * rawapi.txt: Fix documentation mismatch with etharp.h about etharp_tmr's call
2800 Added Curt McDowell's optimized checksumming routine for future
2843 Do not try hard to insert arbitrary packet's source address,
3060 * netif's have a dhcp field that must be initialized to NULL by the driver.