Home
last modified time | relevance | path

Searched refs:LWIP_HOOK_VLAN_SET (Results 1 – 8 of 8) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/netif/
A Dethernet.c271 #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 Dethernet.c276 #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 Dopt.h1352 #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 Dopt.h1527 #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 DUPGRADING82 * Signature of LWIP_HOOK_VLAN_SET macro was changed
A DCHANGELOG400 with VLAN headers via hook function LWIP_HOOK_VLAN_SET and to check them
/components/net/lwip/lwip-2.1.2/
A DUPGRADING117 * Signature of LWIP_HOOK_VLAN_SET macro was changed
A DCHANGELOG653 with VLAN headers via hook function LWIP_HOOK_VLAN_SET and to check them

Completed in 26 milliseconds