Home
last modified time | relevance | path

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

/external/libppp/src/
Dasync.c119 cp = p->async.xbuff; in async_LayerPush()
136 cnt = cp - p->async.xbuff; in async_LayerPush()
139 memcpy(MBUF_CTOP(bp), p->async.xbuff, cnt); in async_LayerPush()
Dasync.h35 u_char xbuff[HDLCSIZE]; /* xmit buffer */ member