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

  /external/libpcap/pcap/
vlan.h 38 u_int16_t vlan_tpid; /* ETH_P_8021Q */ member in struct:vlan_tag
  /bionic/libc/kernel/uapi/linux/
openvswitch.h 366 __be16 vlan_tpid; member in struct:ovs_action_push_vlan
  /external/kernel-headers/original/uapi/linux/
openvswitch.h 670 * @vlan_tpid: Tag protocol identifier (TPID) to push.
674 * The @vlan_tpid value is typically %ETH_P_8021Q or %ETH_P_8021AD.
680 __be16 vlan_tpid; /* 802.1Q or 802.1ad TPID. */ member in struct:ovs_action_push_vlan
    [all...]
  /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 97 milliseconds