OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPPE_M_BIT
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ppp/dist/pppd/
mppe.h
64
#define
MPPE_M_BIT
0x80 /* 56-bit, not supported */
68
#define MPPE_ALL_BITS (MPPE_D_BIT|MPPE_L_BIT|MPPE_S_BIT|
MPPE_M_BIT
|MPPE_H_BIT)
111
if (ptr[3] &
MPPE_M_BIT
) \
ccp.c
1523
(p[5] &
MPPE_M_BIT
)? "+M": "-M",
/src/sys/net/
ppp-comp.h
202
#define
MPPE_M_BIT
0x80 /* 56-bit, not supported */
206
#define MPPE_ALL_BITS (MPPE_D_BIT|MPPE_L_BIT|MPPE_S_BIT|
MPPE_M_BIT
|MPPE_H_BIT)
248
if (ptr[3] &
MPPE_M_BIT
) \
Completed in 18 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026