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

/macosx-10.10.1/libpcap-48/libpcap/
H A Dgencode.c798 static u_int off_mac; variable
932 off_mac = 0;
1175 off_mac = -1; /* assume LLC-encapsulated, so no MAC-layer header */
1437 off_mac = 1; /* step over the kiss length byte */
1448 off_mac = 4; /* MAC header is past 4-byte pseudo-header */
1456 off_mac = 12; /* MAC header is past 4-byte pseudo-header, preamble, and SFD */
3654 return gen_bcmp(OR_LINK, off_mac + 6, 6, eaddr);
3657 return gen_bcmp(OR_LINK, off_mac + 0, 6, eaddr);
7406 /* ether[off_mac] & 1 != 0 */
7407 b0 = gen_mac_multicast(off_mac);
[all...]

Completed in 224 milliseconds