Home
last modified time | relevance | path

Searched refs:tp_vlan_tci (Results 1 – 7 of 7) sorted by relevance

/external/iproute2/include/uapi/linux/
Dif_packet.h101 __u16 tp_vlan_tci; member
152 __u16 tp_vlan_tci; member
159 __u32 tp_vlan_tci; member
/external/kernel-headers/original/uapi/linux/
Dif_packet.h102 __u16 tp_vlan_tci; member
153 __u16 tp_vlan_tci; member
160 __u32 tp_vlan_tci; member
/external/libpcap/
Dpcap-linux.c442 #define VLAN_VALID(hdr, hv) ((hv)->tp_vlan_tci != 0 || ((hdr)->tp_status & TP_STATUS_VLAN_VALID))
452 #define VLAN_VALID(hdr, hv) ((hv)->tp_vlan_tci != 0 || ((hdr)->tp_status & 0x10))
1971 tag->vlan_tci = htons(aux->tp_vlan_tci);
1980 aux_data.vlan_tag = htons(aux->tp_vlan_tci) & 0x0fff;
4903 __u16 tp_vlan_tci, argument
4979 aux_data.vlan_tag = tp_vlan_tci & 0x0fff;
5025 tag->vlan_tci = htons(tp_vlan_tci);
5266 h.h2->tp_vlan_tci,
5380 tp3_hdr->hv1.tp_vlan_tci,
Dconfig.h.in225 /* Define to 1 if `tp_vlan_tci' is a member of `struct tpacket_auxdata'. */
Dcmakeconfig.h.in219 /* Define to 1 if `tp_vlan_tci' is a member of `struct tpacket_auxdata'. */
Dconfigure.ac846 # Check to see if the tpacket_auxdata struct has a tp_vlan_tci member.
853 AC_CHECK_MEMBERS([struct tpacket_auxdata.tp_vlan_tci],,,
DCMakeLists.txt1155 …check_struct_has_member("struct tpacket_auxdata" tp_vlan_tci linux/if_packet.h HAVE_STRUCT_TPACKET…