Lines Matching refs:sc_if
217 bpf_change_type(&sc->sc_if, DLT_PPP_SERIAL, PPP_HDRLEN);
231 sc->sc_if.if_flags |= IFF_RUNNING;
232 sc->sc_if.if_baudrate = tp->t_ospeed;
282 bpf_change_type(&sc->sc_if, DLT_NULL, 0);
368 if (uio->uio_resid > sc->sc_if.if_mtu + PPP_HDRLEN ||
407 return if_output_lock(&sc->sc_if, &sc->sc_if, m0, &dst, (struct rtentry *)0);
756 if (ALTQ_IS_ENABLED(&sc->sc_if.if_snd))
831 printf("%s: bad char %x\n", sc->sc_if.if_xname, c);
877 printf("%s: bad fcs %x\n", sc->sc_if.if_xname,
879 if_statinc(&sc->sc_if, if_ierrors);
890 printf("%s: too short (%d)\n", sc->sc_if.if_xname, ilen);
892 if_statinc(&sc->sc_if, if_ierrors);
962 printf("%s: no input mbufs!\n", sc->sc_if.if_xname);
976 sc->sc_if.if_xname, c);
988 sc->sc_if.if_xname, c);
999 printf("%s: bad protocol %x\n", sc->sc_if.if_xname,
1007 printf("%s: packet too big\n", sc->sc_if.if_xname);
1018 printf("%s: too few input mbufs!\n", sc->sc_if.if_xname);
1036 if_statinc(&sc->sc_if, if_ierrors);
1059 printf("%s input: ", sc->sc_if.if_xname);