OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PPP_PROTOCOL
(Results
51 - 51
of
51
) sorted by null
1
2
3
/external/ppp/pppd/include/net/
ppp_defs.h
69
#define
PPP_PROTOCOL
(p) ((((u_char *)(p))[2] << 8) + ((u_char *)(p))[3])
Completed in 25 milliseconds
1
2
3