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

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

Completed in 1083 milliseconds