SLBUFSIZE 382 net/if_strip.c sc->sc_ep = (u_char *)p + SLBUFSIZE; SLBUFSIZE 395 net/if_strip.c sc->sc_rxbuf = (u_char *)p + SLBUFSIZE - SLMAX; SLBUFSIZE 408 net/if_strip.c sc->sc_txbuf = (u_char *)p + SLBUFSIZE - SLMAX; SLBUFSIZE 514 net/if_strip.c MCLFREE((caddr_t)(sc->sc_ep - SLBUFSIZE)); SLBUFSIZE 515 net/if_strip.c MCLFREE((caddr_t)(sc->sc_rxbuf - SLBUFSIZE + SLMAX)); /* XXX */ SLBUFSIZE 516 net/if_strip.c MCLFREE((caddr_t)(sc->sc_txbuf - SLBUFSIZE + SLMAX)); /* XXX */ SLBUFSIZE 1094 net/if_strip.c sc->sc_ep = mtod(m, u_char *) + SLBUFSIZE;