Searched refs:eth_type (Results 1 – 3 of 3) sorted by relevance
| /lib/lwip/lwip/src/netif/ |
| A D | ethernet.c | 272 u16_t eth_type) { argument 274 u16_t eth_type_be = lwip_htons(eth_type); 279 vlan_prio_vid = LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type);
|
| /lib/lwip/lwip/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);
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | opt.h | 3106 #define LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type) argument
|
Completed in 9 milliseconds