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

  /external/libpcap/pcap/
vlan.h 37 struct vlan_tag { struct
bpf.h 252 u_short vlan_tag; member in struct:bpf_aux_data
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ethtool.h 534 * @vlan_tag: VLAN tag to match
558 __u16 vlan_tag; member in struct:ethtool_rx_ntuple_flow_spec
    [all...]
  /external/tcpdump/
print-openflow-1.0.c 965 uint32_t subtype, vlan_tag; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
ethtool.h 348 __u16 vlan_tag; member in struct:ethtool_rx_ntuple_flow_spec
  /external/kernel-headers/original/uapi/linux/
ethtool.h 1055 __u16 vlan_tag; member in struct:ethtool_rx_ntuple_flow_spec
    [all...]
  /external/libpcap/bpf/net/
bpf_filter.c 314 ANCILLARY(VLAN_TAG);
337 A = aux_data->vlan_tag;
  /external/libpcap/
pcap-linux.c     [all...]
  /bionic/libc/kernel/uapi/rdma/
ib_user_verbs.h 723 __be16 vlan_tag; member in struct:ib_uverbs_flow_eth_filter
  /external/kernel-headers/original/uapi/rdma/
ib_user_verbs.h 882 __be16 vlan_tag; member in struct:ib_uverbs_flow_eth_filter
  /external/syslinux/gpxe/src/drivers/net/
tg3.h 1599 uint32_t vlan_tag; member in struct:tg3_tx_buffer_desc
    [all...]
tg3.c     [all...]

Completed in 651 milliseconds