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

/freebsd-13-stable/sys/dev/ppbus/
H A Dif_plip.c136 #define LPIPHDRLEN 2 /* We send 0x08, 0x00 in front of packet */ macro
138 #if !defined(MLPIPHDRLEN) || LPIPHDRLEN > MLPIPHDRLEN
139 #define MLPIPHDRLEN LPIPHDRLEN
598 len = sc->sc_ifp->if_mtu + LPIPHDRLEN;
627 if (len <= LPIPHDRLEN)
632 len -= LPIPHDRLEN;
635 top = m_devget(sc->sc_ifbuf + LPIPHDRLEN, len, 0, sc->sc_ifp,

Completed in 112 milliseconds