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

/external/libpcap/
H A Dgencode.c915 * "off_nl" and "off_nl_nosnap" are the same.
922 * "off_nl_nosnap" is the offset if there's no SNAP header.
929 * "off_nl_nosnap" is the offset if the packet is an 802.3 packet
933 static u_int off_nl_nosnap; variable
1007 off_nl_nosnap = 0; /* no 802.2 LLC */
1014 off_nl_nosnap = 0; /* no 802.2 LLC */
1021 off_nl_nosnap = 3; /* 802.3+802.2 */
1032 off_nl_nosnap = 0; /* no 802.2 LLC */
1041 off_nl_nosnap = 0; /* no 802.2 LLC */
1049 off_nl_nosnap
[all...]

Completed in 56 milliseconds