lwip/src/api
goldsimon ce79811bce sockets: add hooks to implement additional socket options
LWIP_HOOK_SOCKETS_SETSOCKOPT() and LWIP_HOOK_SOCKETS_GETSOCKOPT()
are introduced to implement additional socket options. The hooks
are always called first and report back if they handled the option
or not.

Signed-off-by: goldsimon <goldsimon@gmx.de>
2018-02-01 09:19:15 +01:00
..
api_lib.c Revert "socket/netconn recv: FIN should only be reported once (as '0' for sockets, as 'ERR_CLSD' for netconns)" 2017-11-20 13:54:11 -06:00
api_msg.c Use pbuf_clone to replace pbuf_alloc+pbuf_copy 2017-12-24 12:50:30 +01:00
err.c Reformat err.c using astylerc 2017-09-17 17:50:24 +02:00
if_api.c Reformat if_api.c using astylerc 2017-09-17 17:50:24 +02:00
netbuf.c Reformat netbuf.c using astylerc 2017-09-17 17:50:24 +02:00
netdb.c Reformat netdb.c using astylerc 2017-09-17 17:50:24 +02:00
netifapi.c netifapi: add thread safe ARP APIs (task #14724) 2017-11-16 13:59:33 -06:00
sockets.c sockets: add hooks to implement additional socket options 2018-02-01 09:19:15 +01:00
tcpip.c tcpip_thread_poll_one: remove invalid comment in this function 2018-01-12 20:41:11 +01:00