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

/vbox/src/VBox/Devices/Network/slirp/
H A Dmisc.c56 struct quehead struct
58 struct quehead *qh_link;
59 struct quehead *qh_rlink;
65 register struct quehead *element = (struct quehead *) a;
66 register struct quehead *head = (struct quehead *) b;
69 head->qh_link = (struct quehead *)element;
70 element->qh_rlink = (struct quehead *)head;
71 ((struct quehead *)(elemen
[all...]
H A Dqueue.h605 struct quehead { struct
606 struct quehead *qh_link;
607 struct quehead *qh_rlink;
615 struct quehead *element = (struct quehead *)a,
616 *head = (struct quehead *)b;
627 struct quehead *element = (struct quehead *)a;

Completed in 539 milliseconds