Lines Matching full:changed

282   * *.*: Changed nearly all functions taking 'ip(X)_addr_t' pointer to take
283 const pointers (changed user callbacks: raw_recv_fn, udp_recv_fn; changed
515 * tcp: changed accept handling to be done internally: the application does not
1559 * sockets.h: Fixed bug #31304: Changed SHUT_RD, SHUT_WR and SHUT_RDWR to
1641 * def.h/.c: changed the semantics of LWIP_PREFIX_BYTEORDER_FUNCS to prevent
1841 * api.h, api_lib.c, sockets.c: Changed netconn_recv() and netconn_accept()
2549 inet and chksum part; changed includes in all lwIP files as appropriate
2597 * many files: Changed initialization: many init functions are not needed any
2602 * ip_frag.c, memp.c, mib2.c, ip_frag.h, memp_std.h, opt.h: Changed IP_REASSEMBLY
2635 when it's queried (any direct call to "sysuptime" is changed by a call to
2813 * etharp.c, etharp.h: Changed etharp to use a defined hardware address length
3090 * err.h, api_lib.c, api_msg.c, sockets.c: Changed error handling: ERR_MEM, ERR_BUF
3210 changed snd_queuelen++ to snd_queuelen += pbuf_clen(p).
3285 changed in netif_set_ipaddr if previous netif->ip_addr.addr was 0.
3353 changed raw_pcb.protocol from u16_t to u8_t since for IPv4 and IPv6, proto
3368 addresses after a netif address gets changed (partly fixes bug #3168).
3377 * mem.c, memp.c: Removed semaphores from memp, changed sys_sem_wait calls
3390 * pbuf.c, pbuf.h, etharp.c: Further update to ARP queueing: Changed pbuf_copy()
3819 netif->linkoutput and changed low_level_input() similarly for consistency.
3820 * api_msg.c: Changed recv_raw() from int to u8_t, to match prototype
3823 * ip.c, netif.c Changed debug statements to use the tidier ip4_addrN() macros.
3911 * Mentioned the changed use of CVS branches in README.
3979 * The packet buffer implementation is changed. The pbuf->ref counter
3980 meaning has changed, and several pbuf functions have been
3983 * netif drivers have to be changed to set the hardware address length field
4004 * The name of the time variable in arp.c has been changed to ctime
4069 * struct eth_addr changed from u16_t[3] array to u8_t[6].
4073 * TCP and UDP ->dest_* struct members where changed to ->remote_*.
4097 * Directory structure somewhat changed; the core/ tree has been
4156 * API: all datatypes has been changed from generic ones such as
4163 * The license was changed; the advertising clause was removed.
4173 * Memory management has been radically changed; instead of
4190 * The directory structure has been changed slightly so that all
4206 * The license has been changed slightly to conform more with the