esp-idf/components/lwip/port/esp32/include
Paweł pidpawel Kozubal cf60ec0ffc lwip: Added support for configurable LwIP hooks
Added lwIP hooks which could be optionally overwritten in the
application code. These three options are provided in Kconfig:
* NONE: No hook support
* DEFAULT: Default implementation is provided. If IDF doesn't
have a specific hook implementation, an empty stub is provided, which
could be overwritten by strong implementation in application code.
* CUSTOM: Hooks are declared only to be implemented in application code.

Merges https://github.com/espressif/esp-idf/pull/6034
2020-11-26 12:02:00 +00:00
..
arch Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
arpa Removed relative path for lwip/arpa/inet.h 2019-12-09 13:33:44 +05:30
debug Feature/sync lwip as submodule 2018-09-06 19:43:08 +08:00
netif Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
netinet Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sys include/sys/socket.h: ensure SOMAXCONN symbol is defined 2020-01-21 10:11:33 +11:00
lwip_default_hooks.h lwip: Added support for configurable LwIP hooks 2020-11-26 12:02:00 +00:00
lwipopts.h lwip: Added support for configurable LwIP hooks 2020-11-26 12:02:00 +00:00
netdb.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00