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

/freebsd-12-stable/usr.sbin/ppp/
H A Dasync.h31 #define HDLCSIZE (MAX_MRU*2+6) macro
36 u_char hbuff[HDLCSIZE]; /* recv buffer */
37 u_char xbuff[HDLCSIZE]; /* xmit buffer */
H A Dasync.c114 if (!p || m_length(bp) > HDLCSIZE) {
122 ep = cp + HDLCSIZE - 10;
173 if (async->length >= HDLCSIZE) {

Completed in 89 milliseconds