Home
last modified time | relevance | path

Searched refs:eth_type (Results 1 – 7 of 7) sorted by relevance

/components/net/lwip/lwip-2.1.2/src/include/netif/
A Dethernet.h67 …if* netif, struct pbuf* p, const struct eth_addr* src, const struct eth_addr* dst, u16_t eth_type);
/components/net/lwip/lwip-2.0.3/src/include/netif/
A Dethernet.h67 …if* netif, struct pbuf* p, const struct eth_addr* src, const struct eth_addr* dst, u16_t eth_type);
/components/net/lwip/lwip-2.0.3/src/netif/
A Dethernet.c266 u16_t eth_type) argument
269 u16_t eth_type_be = lwip_htons(eth_type);
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.c272 u16_t eth_type) { argument
274 u16_t eth_type_be = lwip_htons(eth_type);
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/prot/
A Dethernet.h108 enum eth_type { enum
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dopt.h2574 #define LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type) argument
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dopt.h3037 #define LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type) argument

Completed in 28 milliseconds