OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPPE_H_BIT
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/include/net/
ppp-comp.h
197
#define
MPPE_H_BIT
0x01 /* Stateless (in a different byte) */
200
#define MPPE_ALL_BITS (MPPE_D_BIT|MPPE_L_BIT|MPPE_S_BIT|MPPE_M_BIT|
MPPE_H_BIT
)
211
*ptr++ =
MPPE_H_BIT
; \
232
if (!(ptr[0] &
MPPE_H_BIT
)) \
250
if (ptr[0] & ~
MPPE_H_BIT
) \
/external/ppp/pppd/
ccp.c
[
all
...]
Completed in 24 milliseconds