sc_ilen 115 dev/usb/ucycom.c size_t sc_ilen; /* input report length */
sc_ilen 212 dev/usb/ucycom.c sc->sc_ilen = hid_report_size(desc, size, hid_input, repid);
sc_ilen 216 dev/usb/ucycom.c DPRINTF(("ucycom_open: olen %d ilen %d flen %d\n", sc->sc_ilen,
sc_ilen 239 dev/usb/ucycom.c uca.ibufsize = sc->sc_ilen - 1;
sc_ilen 287 dev/usb/ucycom.c sc->sc_ibuf = malloc(sc->sc_ilen, M_USBDEV, M_WAITOK);
sc_ilen 128 net/if_pppvar.h u_int16_t sc_ilen; /* length of input packet so far */
sc_ilen 212 net/ppp_tty.c sc->sc_ilen = 0;
sc_ilen 870 net/ppp_tty.c ilen = sc->sc_ilen;
sc_ilen 871 net/ppp_tty.c sc->sc_ilen = 0;
sc_ilen 965 net/ppp_tty.c if (sc->sc_ilen == 0) {
sc_ilen 990 net/ppp_tty.c sc->sc_ilen += 2;
sc_ilen 994 net/ppp_tty.c if (sc->sc_ilen == 1 && c != PPP_UI) {
sc_ilen 1000 net/ppp_tty.c if (sc->sc_ilen == 2 && (c & 1) == 1) {
sc_ilen 1003 net/ppp_tty.c sc->sc_ilen++;
sc_ilen 1006 net/ppp_tty.c if (sc->sc_ilen == 3 && (c & 1) == 0) {
sc_ilen 1014 net/ppp_tty.c if (++sc->sc_ilen > sc->sc_mru + PPP_HDRLEN + PPP_FCSLEN) {