Searched refs:remque (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dmisc.h76 # define remque slirp_remque macro
H A Dqueue.h601 * XXX insque() and remque() are an old way of handling certain queues.
625 remque(void *a) function
637 void remque(void *a);
H A Dslirp.h246 /* Avoid conflicting with the libc insque() and remque(), which
249 #define remque slirp_remque macro
H A Dmisc.c75 remque(PNATState pData, void *a) function
H A Dsocket.c182 * remque and free a socket, clobber cache
225 remque(pData, so); /* crashes if so is not in a queue */

Completed in 60 milliseconds