Home
last modified time | relevance | path

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

/third_party/iptables/extensions/
Dlibebt_vlan.c25 #define VLAN_ID '1' macro
30 {"vlan-id" , required_argument, NULL, VLAN_ID},
63 case VLAN_ID: in brvlan_parse()
/third_party/lwip/src/include/lwip/prot/
Dethernet.h108 #define VLAN_ID(vlan_hdr) (lwip_htons((vlan_hdr)->prio_vid) & 0xFFF) macro
/third_party/lwip/src/netif/
Dethernet.c131 if (VLAN_ID(vlan) != ETHARP_VLAN_CHECK) {