OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 83 milliseconds