OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPP_FCS
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
ppp_defs.h
108
#define
PPP_FCS
(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
ppp_tty.c
528
fcs =
PPP_FCS
(fcs, *cp++);
1030
sc->sc_fcs =
PPP_FCS
(sc->sc_fcs, c);
Completed in 14 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025