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

/freebsd-10-stable/sys/dev/ppbus/
H A Dif_plip.c133 #define LPIPHDRLEN 2 /* We send 0x08, 0x00 in front of packet */ macro
135 #if !defined(MLPIPHDRLEN) || LPIPHDRLEN > MLPIPHDRLEN
136 #define MLPIPHDRLEN LPIPHDRLEN
596 len = sc->sc_ifp->if_mtu + LPIPHDRLEN;
626 if (len <= LPIPHDRLEN)
631 len -= LPIPHDRLEN;
634 top = m_devget(sc->sc_ifbuf + LPIPHDRLEN, len, 0, sc->sc_ifp,

Completed in 115 milliseconds