SLMTU 151 net/if_sl.c #ifndef SLMTU
SLMTU 154 net/if_sl.c #if (SLMTU < 3)
SLMTU 218 net/if_sl.c sc->sc_if.if_mtu = SLMTU;
SLMTU 324 net/if_sl.c if (tp->t_outq.c_cn < 2*SLMTU+2) {
SLMTU 329 net/if_sl.c error = clalloc(&tp->t_outq, 3*SLMTU, 0);
SLMTU 492 net/if_sl.c u_char bpfbuf[SLMTU + SLIP_HDRLEN];
SLMTU 523 net/if_sl.c if (tp->t_outq.c_cn - tp->t_outq.c_cc < 2*SLMTU+2)
SLMTU 595 net/if_sl.c if (cfreecount < CLISTRESERVE + SLMTU) {
SLMTU 189 net/if_strip.c #ifdef SLMTU
SLMTU 194 net/if_strip.c #define STRIP_MTU_ONWIRE (SLMTU + 20 + STRIP_HDRLEN) /* (2*SLMTU+2 in sl.c */
SLMTU 350 net/if_strip.c sc->sc_if.if_mtu = SLMTU;
SLMTU 476 net/if_strip.c error = clalloc(&tp->t_outq, 3*SLMTU, 0);
SLMTU 895 net/if_strip.c u_char bpfbuf[SLMTU + SLIP_HDRLEN];
SLMTU 1015 net/if_strip.c if (cfreecount < CLISTRESERVE + SLMTU) {