Searched refs:HDLCSIZE (Results 1 - 2 of 2) sorted by relevance

/external/libppp/src/
H A Dasync.h29 #define HDLCSIZE (MAX_MRU*2+6) macro
34 u_char hbuff[HDLCSIZE]; /* recv buffer */
35 u_char xbuff[HDLCSIZE]; /* xmit buffer */
H A Dasync.c112 if (!p || m_length(bp) > HDLCSIZE) {
120 ep = cp + HDLCSIZE - 10;
171 if (async->length >= HDLCSIZE) {

Completed in 345 milliseconds