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

/macosx-10.10.1/libpcap-48/libpcap/
H A Dgencode.c900 * "off_nl" and "off_nl_nosnap" are the same.
907 * "off_nl_nosnap" is the offset if there's no SNAP header.
914 * "off_nl_nosnap" is the offset if the packet is an 802.3 packet
918 static u_int off_nl_nosnap; variable
975 off_nl_nosnap = 0; /* no 802.2 LLC */
982 off_nl_nosnap = 0; /* no 802.2 LLC */
989 off_nl_nosnap = 3; /* 802.3+802.2 */
1000 off_nl_nosnap = 0; /* no 802.2 LLC */
1009 off_nl_nosnap = 0; /* no 802.2 LLC */
1017 off_nl_nosnap
[all...]

Completed in 123 milliseconds