Home
last modified time | relevance | path

Searched refs:LWIP_HOOK_VLAN_CHECK (Results 1 – 6 of 6) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/netif/
A Dethernet.c118 #if defined(LWIP_HOOK_VLAN_CHECK) || defined(ETHARP_VLAN_CHECK) || defined(ETHARP_VLAN_CHECK_FN) /*…
119 #ifdef LWIP_HOOK_VLAN_CHECK
120 if (!LWIP_HOOK_VLAN_CHECK(netif, ethhdr, vlan)) {
/components/net/lwip/lwip-2.1.2/src/netif/
A Dethernet.c125 #if defined(LWIP_HOOK_VLAN_CHECK) || defined(ETHARP_VLAN_CHECK) || defined(ETHARP_VLAN_CHECK_FN) /*…
126 #ifdef LWIP_HOOK_VLAN_CHECK
127 if (!LWIP_HOOK_VLAN_CHECK(netif, ethhdr, vlan)) {
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dopt.h2552 #define LWIP_HOOK_VLAN_CHECK(netif, eth_hdr, vlan_hdr) macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dopt.h3013 #define LWIP_HOOK_VLAN_CHECK(netif, eth_hdr, vlan_hdr) macro
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG401 via hook function LWIP_HOOK_VLAN_CHECK
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG654 via hook function LWIP_HOOK_VLAN_CHECK

Completed in 31 milliseconds