Searched refs:LWIP_HOOK_VLAN_SET (Results 1 – 8 of 8) sorted by relevance
| /components/net/lwip/lwip-2.0.3/src/netif/ |
| A D | ethernet.c | 271 #if ETHARP_SUPPORT_VLAN && defined(LWIP_HOOK_VLAN_SET) 272 s32_t vlan_prio_vid = LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type);
|
| /components/net/lwip/lwip-2.1.2/src/netif/ |
| A D | ethernet.c | 276 #if ETHARP_SUPPORT_VLAN && defined(LWIP_HOOK_VLAN_SET) 277 s32_t vlan_prio_vid = LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type);
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | opt.h | 1352 #if defined LWIP_HOOK_VLAN_SET && !defined __DOXYGEN__ 2574 #define LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type) macro
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | opt.h | 1527 #if defined LWIP_HOOK_VLAN_SET && !defined __DOXYGEN__ 3037 #define LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type) macro
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 82 * Signature of LWIP_HOOK_VLAN_SET macro was changed
|
| A D | CHANGELOG | 400 with VLAN headers via hook function LWIP_HOOK_VLAN_SET and to check them
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 117 * Signature of LWIP_HOOK_VLAN_SET macro was changed
|
| A D | CHANGELOG | 653 with VLAN headers via hook function LWIP_HOOK_VLAN_SET and to check them
|
Completed in 26 milliseconds