Lines Matching full:changed

632   * sockets.h: Fixed bug #31304: Changed SHUT_RD, SHUT_WR and SHUT_RDWR to
714 * def.h/.c: changed the semantics of LWIP_PREFIX_BYTEORDER_FUNCS to prevent
914 * api.h, api_lib.c, sockets.c: Changed netconn_recv() and netconn_accept()
1622 inet and chksum part; changed includes in all lwIP files as appropriate
1670 * many files: Changed initialization: many init functions are not needed any
1675 * ip_frag.c, memp.c, mib2.c, ip_frag.h, memp_std.h, opt.h: Changed IP_REASSEMBLY
1708 when it's queried (any direct call to "sysuptime" is changed by a call to
1886 * etharp.c, etharp.h: Changed etharp to use a defined hardware address length
2163 * err.h, api_lib.c, api_msg.c, sockets.c: Changed error handling: ERR_MEM, ERR_BUF
2283 changed snd_queuelen++ to snd_queuelen += pbuf_clen(p).
2358 changed in netif_set_ipaddr if previous netif->ip_addr.addr was 0.
2426 changed raw_pcb.protocol from u16_t to u8_t since for IPv4 and IPv6, proto
2441 addresses after a netif address gets changed (partly fixes bug #3168).
2450 * mem.c, memp.c: Removed semaphores from memp, changed sys_sem_wait calls
2463 * pbuf.c, pbuf.h, etharp.c: Further update to ARP queueing: Changed pbuf_copy()
2892 netif->linkoutput and changed low_level_input() similarly for consistency.
2893 * api_msg.c: Changed recv_raw() from int to u8_t, to match prototype
2896 * ip.c, netif.c Changed debug statements to use the tidier ip4_addrN() macros.
2984 * Mentioned the changed use of CVS branches in README.
3052 * The packet buffer implementation is changed. The pbuf->ref counter
3053 meaning has changed, and several pbuf functions have been
3056 * netif drivers have to be changed to set the hardware address length field
3077 * The name of the time variable in arp.c has been changed to ctime
3142 * struct eth_addr changed from u16_t[3] array to u8_t[6].
3146 * TCP and UDP ->dest_* struct members where changed to ->remote_*.
3170 * Directory structure somewhat changed; the core/ tree has been
3229 * API: all datatypes has been changed from generic ones such as
3236 * The license was changed; the advertising clause was removed.
3246 * Memory management has been radically changed; instead of
3263 * The directory structure has been changed slightly so that all
3279 * The license has been changed slightly to conform more with the