Searched refs:VLAN_TAG_LEN (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/libpcap/pcap/
H A Dvlan.h44 #define VLAN_TAG_LEN 4 macro
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c2023 * type field, down VLAN_TAG_LEN bytes, to
2027 bp -= VLAN_TAG_LEN;
2028 memmove(bp, bp + VLAN_TAG_LEN, handlep->vlan_offset);
2049 packet_len += VLAN_TAG_LEN;
3930 handle->offset += VLAN_TAG_LEN;
4186 val = VLAN_TAG_LEN;
5265 * down VLAN_TAG_LEN bytes, to allow us to insert the
5268 bp -= VLAN_TAG_LEN;
5269 memmove(bp, bp + VLAN_TAG_LEN, handlep->vlan_offset);
5281 pcaphdr.caplen += VLAN_TAG_LEN;
[all...]

Completed in 112 milliseconds