This website requires JavaScript.
Explore
Help
Sign In
abc
/
lwip
Watch
1
Star
0
Fork
0
You've already forked lwip
mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced
2026-05-16 13:16:49 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ec5cf8593e712cebe093453750c238fdeba44a70
lwip
/
src
/
api
History
sg
ec5cf8593e
Continued chrysn's work: changed nearly all functions taking 'ip(X)_addr_t' pointer to take const pointers (changed user callbacks: raw_recv_fn, udp_recv_fn; changed port callbacks: netif_output_fn, netif_igmp_mac_filter_fn)
2015-02-22 21:46:35 +01:00
..
api_lib.c
Continued chrysn's work: changed nearly all functions taking 'ip(X)_addr_t' pointer to take const pointers (changed user callbacks: raw_recv_fn, udp_recv_fn; changed port callbacks: netif_output_fn, netif_igmp_mac_filter_fn)
2015-02-22 21:46:35 +01:00
api_msg.c
Continued chrysn's work: changed nearly all functions taking 'ip(X)_addr_t' pointer to take const pointers (changed user callbacks: raw_recv_fn, udp_recv_fn; changed port callbacks: netif_output_fn, netif_igmp_mac_filter_fn)
2015-02-22 21:46:35 +01:00
err.c
…
netbuf.c
…
netdb.c
…
netifapi.c
…
pppapi.c
PPP, CORE, ppp_close() and ppp_sighup() ended up sharing almost everything, merged
2015-02-22 14:25:36 +01:00
sockets.c
Fixed select not reporting received FIN as 'readable' in certain rare cases (bug
#43779
: select(), close(), and TCP retransmission error)
2015-02-18 20:38:42 +01:00
tcpip.c
…