Lines Matching full:only
16 * TCP only kills existing connections with a LOWER priority than the one currently being opened.
21 * pbuf API: pbuf->type (an u8_t holding the enum 'pbuf_type') has changed to only hold a
25 * socket API: according to the standard, SO_ERROR now only returns asynchronous errors.
70 * Added IPv6 support (dual-stack or IPv4/IPv6 only)
71 …* Changed ip_addr_t to be a union in dual-stack mode (use ip4_addr_t where referring to IPv4 only).
90 to let abc.h only contain the actual application programmer's API
129 * Added IPv6 support (dual-stack or IPv4/IPv6 only)
181 * Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains
247 * Calculate the TCP/UDP checksum while copying to only fetch data once:
254 off any more, if this is set to 0, only one packet (the most recent one) is
260 * Implemented tcp_shutdown() to only shut down one end of a connection
267 * Fixed ARP input processing: only add a new entry if a request was directed as us
272 * Removed packing from ip_addr_t, the packed version is now only used in protocol headers