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_COMP
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
ppp.h
39
#define
PPP_COMP
0x00fd /* Compressed Datagram */
print-ppp.c
81
{
PPP_COMP
, "Compressed"},
1513
case
PPP_COMP
:
/src/sys/net/
ppp_defs.h
84
#define
PPP_COMP
0x00fd /* compressed packet */
ppp-deflate.c
264
wptr[2] =
PPP_COMP
>> 8;
265
wptr[3] =
PPP_COMP
;
bsd-comp.c
540
*wptr++ =
PPP_COMP
;
if_ppp.c
1483
if (proto ==
PPP_COMP
&&
Completed in 55 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026