OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vlan_tpid
(Results
1 - 23
of
23
) sorted by null
/external/libpcap/pcap/
vlan.h
38
u_int16_t
vlan_tpid
; /* ETH_P_8021Q */
member in struct:vlan_tag
/development/ndk/platforms/android-21/include/linux/
openvswitch.h
320
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
openvswitch.h
320
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
openvswitch.h
320
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
openvswitch.h
320
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
openvswitch.h
320
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
openvswitch.h
320
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
openvswitch.h
320
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
openvswitch.h
320
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
openvswitch.h
320
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
openvswitch.h
320
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
openvswitch.h
320
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
openvswitch.h
320
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
openvswitch.h
320
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
openvswitch.h
320
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
openvswitch.h
320
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
openvswitch.h
320
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
openvswitch.h
320
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
openvswitch.h
320
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
openvswitch.h
320
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/bionic/libc/kernel/uapi/linux/
openvswitch.h
386
__be16
vlan_tpid
;
member in struct:ovs_action_push_vlan
/external/kernel-headers/original/uapi/linux/
openvswitch.h
586
* @
vlan_tpid
: Tag protocol identifier (TPID) to push.
590
* The @
vlan_tpid
value is typically %ETH_P_8021Q. The only acceptable TPID
596
__be16
vlan_tpid
; /* 802.1Q TPID. */
member in struct:ovs_action_push_vlan
/external/libpcap/
pcap-linux.c
403
# define
VLAN_TPID
(hdr, hv) (((hv)->tp_vlan_tpid || ((hdr)->tp_status & TP_STATUS_VLAN_TPID_VALID)) ? (hv)->tp_vlan_tpid : ETH_P_8021Q)
405
# define
VLAN_TPID
(hdr, hv) ETH_P_8021Q
[
all
...]
Completed in 671 milliseconds