Lines Matching refs:an

43   * ppp.h, ppp_impl.h: splitted ppp.h to an internal and external header file
44 to get a clear separation of which functions an application or port may use
59 * etharp.c: ETHARP_SUPPORT_VLAN: add support for an external VLAN filter
106 * netdb.c: fixed bug #35907: lwip_gethostbyname_r returns an invalid h_addr_list
292 sending an ARP request when an ARP entry is used in the last minute before
303 * mem.c: fixed bug #33545: With MEM_USE_POOLS==1, mem_malloc can return an
331 * ip.c: Added an optional define (LWIP_IP_ACCEPT_UDP_PORT) that can allow
374 * tcpip.h/.c, timers.c: Added an overridable define to get informed when the
387 * opt.h, tcpip.c/.h: Added an option to disable tcpip_(un)timeout code
536 * opt.h, etharp.h/.c, init.c, tcpip.c: Added an additional option
621 * etharp.c: Fixed bug #31722: IP packets sent with an AutoIP source addr
649 replugging the network cable after an AutoIP address was assigned.
814 (NETIF_FLAG_ETHERNET) that tells the stack the device is an ethernet
1154 as an external function for lookup.
1317 pcb->err is called, not pcb->connected (with an error code).
1440 * sockets.c (lwip_accept): check addr isn't NULL. If it's valid, do an
1544 This new function is used in tcpip_input (so, can be called in an interrupt
1550 "backlog" parameter in an u8_t, 0 is interpreted as "smallest queue", add
1615 copy dns payload to parse the response), return an error if there is no place
1714 if you want IGMP on an interface. igmp_stop() is now called inside netif_remove().
1749 how many times a group is used on an netif, and free it when all applications
1758 The igmp_join/leavegroup first parameter change from a netif to an ipaddr.
1788 since they can under certain circumstances be called with an invalid conn
1807 more dynamic mempools, and allows the user to create an arbitrary number of
2013 initialize a network interface's flag with. It tell this interface is an ethernet
2156 port (only solution to let UDP pcbs 'bind' to a netif instead of an IP address)
2169 netif to send as an argument (to be able to send on netifs that are down).
2215 this change cause an API breakage for netconn_addr, since a parameter
2216 type change. Any compiler should cause an error without any changes in
2263 packet on a udp pcb binded on an netif's IP address, and not on "any".
2273 * api_msg.c, tcp.c: Another fix for bug #20021: by not returning an error if
2306 * nearly-all-files: Added assertions where PBUF_RAM pbufs are used and an
2390 * icmp.c: Corrected bug #19937: For responding to an icmp echo request, icmp
2406 an error code if it's impossible to fetch a pbuf on a TCP connection (and not
2485 * pbuf.c: Use s32_t in pbuf_realloc(), as an s16_t can't reliably hold
2553 (access to an uninitialized mailbox).
2766 * mem.h: added MEM_SIZE_F alias to fix an ancient cold case (bug #1748),
2846 querying an address will see it appear in the cache (DHCP could
2847 suffer from this when a server invalidly gave an in-use address.)
2860 * tcp.c: Add code to tcp_recved() to send an ACK (window update) immediately,
2869 * etharp.c: Make sure the first pbuf queued on an ARP entry
2876 when LWIP_DEBUGF() empty. Closed an unclosed comment.
2935 address is already known; we now always queue the packet and perform an ARP
3034 if an outgoing packet can be directly sent on the link, or perform
3210 in 0.4, has now been fixed. Binding to an address that is in use
3211 now results in an error. Reset connections sometimes hung an
3298 netconn_err(), now returns an error code for the connection in