Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
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.c111 if (!p || m_length(bp) > HDLCSIZE) { in async_LayerPush()
119 ep = cp + HDLCSIZE - 10; in async_LayerPush()
170 if (async->length >= HDLCSIZE) { in async_Decode()