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

/freebsd-10.1-release/contrib/libpcap/
H A Dgencode.c903 * "off_nl" and "off_nl_nosnap" are the same.
910 * "off_nl_nosnap" is the offset if there's no SNAP header.
917 * "off_nl_nosnap" is the offset if the packet is an 802.3 packet
921 static u_int off_nl_nosnap; variable
979 off_nl_nosnap = 0; /* no 802.2 LLC */
986 off_nl_nosnap = 0; /* no 802.2 LLC */
993 off_nl_nosnap = 3; /* 802.3+802.2 */
1004 off_nl_nosnap = 0; /* no 802.2 LLC */
1013 off_nl_nosnap = 0; /* no 802.2 LLC */
1021 off_nl_nosnap
[all...]

Completed in 66 milliseconds