Searched defs:ippp_buf_queue (Results 1 – 1 of 1) sorted by relevance
121 struct ippp_buf_queue { struct122 struct ippp_buf_queue *next; argument123 struct ippp_buf_queue *last; argument124 char *buf; /* NULL here indicates end of queue */125 int len;