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_CCP
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
ppp.h
56
#define
PPP_CCP
0x80fd /* Compress Control Protocol */
print-ppp.c
109
{
PPP_CCP
, "CCP" },
498
case
PPP_CCP
:
1477
case
PPP_CCP
:
/src/sys/net/
ppp_defs.h
89
#define
PPP_CCP
0x80fd /* Compression Control Protocol */
if_ppp.c
170
static void
ppp_ccp
(struct ppp_softc *, struct mbuf *m, int rcvd);
1201
case
PPP_CCP
:
1202
ppp_ccp
(sc, m, 0);
1208
if (protocol != PPP_LCP && protocol !=
PPP_CCP
&&
1299
ppp_ccp
(struct ppp_softc *sc, struct mbuf *m, int rcvd)
function
1524
if (proto ==
PPP_CCP
)
1525
ppp_ccp
(sc, m, 1);
/src/external/bsd/ppp/dist/pppd/
ccp.c
186
PPP_CCP
,
360
f->protocol =
PPP_CCP
;
auth.c
992
if ((protp->protocol == PPP_ECP || protp->protocol ==
PPP_CCP
)
1016
&& protp->protocol !=
PPP_CCP
&& protp->protocol != PPP_ECP
Completed in 31 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026