HomeSort by relevance Sort by last modified time
    Searched refs:VLAN_TPID (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
vlan.h 46 #define VLAN_TPID 0x8100 /* VLAN ethertype/Tag Protocol ID */
  /external/libpcap/
pcap-linux.c 414 # define VLAN_TPID(hdr, hv) (((hv)->tp_vlan_tpid || ((hdr)->tp_status & TP_STATUS_VLAN_TPID_VALID)) ? (hv)->tp_vlan_tpid : ETH_P_8021Q)
416 # define VLAN_TPID(hdr, hv) ETH_P_8021Q
    [all...]

Completed in 203 milliseconds