Lines Matching refs:a
2 ports or applications to be changed. Use it to update a port or an
19 * Changed the semantics of tcp_close() (since it was rather a
23 * When calling tcp_abort() from a raw API TCP callback function,
29 err_t, not a pointer to new data/netconn.
35 * Added a minimal version of posix fctl() to have a
85 * Netdb uses a memp pool for allocating memory when getaddrinfo() is called,
88 * DNS_LOCAL_HOSTLIST_IS_DYNAMIC uses a memp pool instead of the heap, so
91 * Snmp-agent uses a memp pools instead of the heap, so MEMP_NUM_SNMP_* have
94 * PPPoE uses a MEMP pool instead of the heap, so MEMP_NUM_PPPOE_INTERFACES
106 LWIP_RAM_HEAP_POINTER as a void pointer to that memory's address
114 Define LWIP_CHKSUM_COPY to a memcpy-like function that returns the checksum
126 * Implemented tcp_shutdown() to only shut down one end of a connection
133 * Fixed ARP input processing: only add a new entry if a request was directed as us
136 existing connections when assigning a routable address)