OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPP_INITFCS
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/net/
ppp_defs.h
101
#define
PPP_INITFCS
0xffff /* Initial FCS value */
ppp_tty.c
576
sc->sc_outfcs = pppfcs(
PPP_INITFCS
, mtod(m, uint8_t *), m->m_len);
971
sc->sc_fcs =
PPP_INITFCS
;
/src/external/bsd/ppp/dist/pppd/
demand.c
101
fcs =
PPP_INITFCS
;
163
fcs =
PPP_INITFCS
;
242
fcs =
PPP_INITFCS
;
/src/external/bsd/ppp/dist/pppdump/
pppdump.c
216
#define
PPP_INITFCS
0xffff /* Initial FCS value */
294
fcs =
PPP_INITFCS
;
Completed in 22 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026