OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HDLCSIZE
(Results
1 - 2
of
2
) sorted by null
/external/libppp/src/
async.h
29
#define
HDLCSIZE
(MAX_MRU*2+6)
34
u_char hbuff[
HDLCSIZE
]; /* recv buffer */
35
u_char xbuff[
HDLCSIZE
]; /* xmit buffer */
async.c
112
if (!p || m_length(bp) >
HDLCSIZE
) {
120
ep = cp +
HDLCSIZE
- 10;
171
if (async->length >=
HDLCSIZE
) {
Completed in 116 milliseconds