Home
last modified time | relevance | path

Searched refs:VLAN_ID (Results 1 – 6 of 6) sorted by relevance

/components/net/lwip/lwip-2.1.2/src/include/lwip/prot/
A Dethernet.h108 #define VLAN_ID(vlan_hdr) (lwip_htons((vlan_hdr)->prio_vid) & 0xFFF) macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/prot/
A Dethernet.h103 #define VLAN_ID(vlan_hdr) (lwip_htons((vlan_hdr)->prio_vid) & 0xFFF) macro
/components/net/lwip/lwip-1.4.1/src/include/netif/
A Detharp.h106 #define VLAN_ID(vlan_hdr) (htons((vlan_hdr)->prio_vid) & 0xFFF) macro
/components/net/lwip/lwip-2.0.3/src/netif/
A Dethernet.c124 if (VLAN_ID(vlan) != ETHARP_VLAN_CHECK) {
/components/net/lwip/lwip-2.1.2/src/netif/
A Dethernet.c131 if (VLAN_ID(vlan) != ETHARP_VLAN_CHECK) {
/components/net/lwip/lwip-1.4.1/src/netif/
A Detharp.c1316 if (VLAN_ID(vlan) != ETHARP_VLAN_CHECK) {

Completed in 33 milliseconds