Lines Matching refs:as

64     Added pbuf flags to mark incoming packets as link-layer broadcast/multicast.
283 lwip_send() sends as much as possible for non-blocking sockets
400 This should speed up receiving data on sockets as the select code in
456 to let sys.h use binary semaphores instead of mutexes - as before)
517 LWIP_RAM_HEAP_POINTER as a void pointer to that memory's address
698 IP_FRAG_USES_STATIC_BUF=0 as default to be on the safe side.
808 request was directed as us (RFC 826, Packet Reception), otherwise
1075 valid DHCP packets -> allow 0.0.0.0 as source address when LWIP_DHCP is
1154 as an external function for lookup.
1247 as in the RFCs.
1459 * tcp_in.c: Fix for bug #23693 as suggested by Art R. Ensure cseg is unused
1473 passing as function pointers when MEM_LIBC_MALLOC is defined.
1477 stop it being treated as a fatal error.
1491 host sent a zero mss as TCP option.
1526 "Add return value to sys_mbox_post". tcpip_callback is always defined as
1550 "backlog" parameter in an u8_t, 0 is interpreted as "smallest queue", add
1622 inet and chksum part; changed includes in all lwIP files as appropriate
1750 leave it. MEMP_NUM_IGMP_GROUP got 8 as default value (and init.c got a sanity
1830 Use enum pbuf_flag as pbuf_type. Renumber PBUF_FLAG_*.
1916 directly as netif->output to save one function call.
1988 with SYS_MBOX_EMPTY. sys_arch_mbox_tryfetch can be implemented as a function-like macro
1994 clients, using new functions from netifapi.h. Disable as default (no port change to do).
2164 and ERR_RTE are seen as non-fatal, all other errors are fatal. netconns and
2169 netif to send as an argument (to be able to send on netifs that are down).
2191 TCP_MSS if that is smaller) as long as no MSS option is received from the
2234 it as long as "lwip/opt.h" is included before (this one include "lwip/debug.h" which
2427 is only 8 bits wide. This affects the api, as there, the protocol was
2440 as the one of the netif used for sending to prevent sending from old
2468 * memp.c: checked in patch #5913: in memp_malloc() we can return memp as mem
2485 * pbuf.c: Use s32_t in pbuf_realloc(), as an s16_t can't reliably hold
2578 cases just assert if it fails as I'm not sure how to fix them, but
2752 * api_msg.c: Fixed Nagle algorithm as reported by Bob Grice.
2848 * ipv4/ip_addr.h: Renamed ip_addr_maskcmp() to _netcmp() as we are
2928 non-aligned 32-bit words, such as soms 32-bit TCP/IP header fields. Fix
3058 See the contrib/ports/c16x cs8900 driver as a driver example.
3061 See the contrib/ports/c16x cs8900 driver as a driver example.
3110 * Possible to run as a user process under Linux.
3229 * API: all datatypes has been changed from generic ones such as
3230 ints, to specified ones such as u16_t. Functions that return
3259 * Easier configuration of lwIP parameters such as memory usage,