Lines Matching full:off_mac
798 static u_int off_mac;
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);
8230 * "off_mac" is the offset of the Ethernet header,
8234 * relative to "off_mac".
8237 off_mac = off_payload + 2; /* MAC header */
8238 off_linktype = off_mac + 12;
8239 off_macpl = off_mac + 14; /* Ethernet */