OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_ilen
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_pppvar.h
139
uint16_t
sc_ilen
; /* length of input packet so far */
member in struct:ppp_softc
ppp_tty.c
219
sc->
sc_ilen
= 0;
861
ilen = sc->
sc_ilen
;
862
sc->
sc_ilen
= 0;
956
if (sc->
sc_ilen
== 0) {
981
sc->
sc_ilen
+= 2;
985
if (sc->
sc_ilen
== 1 && c != PPP_UI) {
991
if (sc->
sc_ilen
== 2 && (c & 1) == 1) {
994
sc->
sc_ilen
++;
997
if (sc->
sc_ilen
== 3 && (c & 1) == 0) {
1005
if (++sc->
sc_ilen
> sc->sc_mru + PPP_HDRLEN + PPP_FCSLEN)
[
all
...]
Completed in 35 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025