Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libpcap/
H A Dpcap-linux.c1928 if (handlep->vlan_offset != -1) {
1954 if (len < (u_int)handlep->vlan_offset)
1964 memmove(bp, bp + VLAN_TAG_LEN, handlep->vlan_offset);
1969 tag = (struct vlan_tag *)(bp + handlep->vlan_offset);
3891 handlep->vlan_offset = 2 * ETH_ALEN;
3899 handlep->vlan_offset = SLL_HDR_LEN - 2;
3903 handlep->vlan_offset = -1; /* unknown */
5007 handlep->vlan_offset != -1 &&
5008 tp_snaplen >= (unsigned int) handlep->vlan_offset)
5018 memmove(bp, bp + VLAN_TAG_LEN, handlep->vlan_offset);
[all …]