mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-06 22:44:38 +08:00
Clarify LWIP_HOOK_UNKNOWN_ETH_PROTOCOL in opt.h
This commit is contained in:
parent
4456c7d230
commit
0d5eea288c
@ -2534,6 +2534,7 @@
|
|||||||
* LWIP_HOOK_UNKNOWN_ETH_PROTOCOL(pbuf, netif):
|
* LWIP_HOOK_UNKNOWN_ETH_PROTOCOL(pbuf, netif):
|
||||||
* Called from ethernet_input() when an unknown eth type is encountered.
|
* Called from ethernet_input() when an unknown eth type is encountered.
|
||||||
* Return ERR_OK if packet is accepted, any error code otherwise.
|
* Return ERR_OK if packet is accepted, any error code otherwise.
|
||||||
|
* Payload points to ethernet header!
|
||||||
*/
|
*/
|
||||||
#ifdef __DOXYGEN__
|
#ifdef __DOXYGEN__
|
||||||
#define LWIP_HOOK_UNKNOWN_ETH_PROTOCOL(pbuf, netif)
|
#define LWIP_HOOK_UNKNOWN_ETH_PROTOCOL(pbuf, netif)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user