HomeSort by relevance Sort by last modified time
    Searched defs:vlan_tag (Results 1 - 14 of 14) sorted by null

  /external/libpcap/pcap/
vlan.h 39 struct vlan_tag { struct
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
vlan.h 50 uint16 vlan_tag; /* priority, cfi and vid */ member in struct:vlan_header
57 uint16 vlan_tag; /* priority, cfi and vid */ member in struct:ethervlan_header
72 uint16 vlan_tag; /* priority, cfi and vid */ member in struct:dot3_mac_llc_snapvlan_header
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1136 uint16 vlan_tag; local
1141 vlan_tag = ntoh16(evh->vlan_tag);
1142 vlan_prio = (int) (vlan_tag >> VLAN_PRI_SHIFT) & VLAN_PRI_MASK;
1166 vlan_tag &= ~(VLAN_PRI_MASK << VLAN_PRI_SHIFT);
1167 vlan_tag |= (uint16)priority << VLAN_PRI_SHIFT;
1168 evh->vlan_tag = hton16(vlan_tag);
    [all...]
  /bionic/libc/kernel/uapi/linux/
ethtool.h 341 __u16 vlan_tag; member in struct:ethtool_rx_ntuple_flow_spec
  /bionic/libc/kernel/uapi/rdma/
ib_user_verbs.h 736 __be16 vlan_tag; member in struct:ib_uverbs_flow_eth_filter
  /development/ndk/platforms/android-L/include/linux/
ethtool.h 341 __u16 vlan_tag; member in struct:ethtool_rx_ntuple_flow_spec
  /external/kernel-headers/original/uapi/linux/
ethtool.h 637 * @vlan_tag: VLAN tag to match
661 __u16 vlan_tag; member in struct:ethtool_rx_ntuple_flow_spec
    [all...]
  /external/kernel-headers/original/uapi/rdma/
ib_user_verbs.h 718 __be16 vlan_tag; member in struct:ib_uverbs_flow_eth_filter
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
ethtool.h 341 __u16 vlan_tag; member in struct:ethtool_rx_ntuple_flow_spec
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
ethtool.h 341 __u16 vlan_tag; member in struct:ethtool_rx_ntuple_flow_spec
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
ethtool.h 341 __u16 vlan_tag; member in struct:ethtool_rx_ntuple_flow_spec
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
ethtool.h 341 __u16 vlan_tag; member in struct:ethtool_rx_ntuple_flow_spec
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
ethtool.h 341 __u16 vlan_tag; member in struct:ethtool_rx_ntuple_flow_spec
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
ethtool.h 341 __u16 vlan_tag; member in struct:ethtool_rx_ntuple_flow_spec

Completed in 255 milliseconds