xlist
l = (struct xlist *)malloc(sizeof (*l));
struct xlist *next; /* Next item */
static struct xlist *xprtlist; /* A link list of all the handles */