Home
last modified time | relevance | path

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

/src/usr.sbin/ppp/
H A Dasync.c118 cp = p->async.xbuff; in async_LayerPush()
135 cnt = cp - p->async.xbuff; in async_LayerPush()
138 memcpy(MBUF_CTOP(bp), p->async.xbuff, cnt); in async_LayerPush()
H A Dasync.h35 u_char xbuff[HDLCSIZE]; /* xmit buffer */ member