Searched defs:ippp_buf_queue (Results 1 – 1 of 1) sorted by relevance
173 struct ippp_buf_queue { struct174 struct ippp_buf_queue *next; argument175 struct ippp_buf_queue *last; argument176 char *buf; /* NULL here indicates end of queue */177 int len;