Searched refs:eth_type (Results 1 – 7 of 7) sorted by relevance
| /components/net/lwip/lwip-2.1.2/src/include/netif/ |
| A D | ethernet.h | 67 …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 D | ethernet.h | 67 …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 D | ethernet.c | 266 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 D | ethernet.c | 272 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 D | ethernet.h | 108 enum eth_type { enum
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | opt.h | 2574 #define LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type) argument
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | opt.h | 3037 #define LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type) argument
|
Completed in 28 milliseconds