HomeSort by relevance Sort by last modified time
    Searched refs:xbuff (Results 1 - 2 of 2) sorted by null

  /external/libppp/src/
async.h 35 u_char xbuff[HDLCSIZE]; /* xmit buffer */ member in struct:async
async.c 119 cp = p->async.xbuff;
136 cnt = cp - p->async.xbuff;
139 memcpy(MBUF_CTOP(bp), p->async.xbuff, cnt);

Completed in 1732 milliseconds