Home
last modified time | relevance | path

Searched refs:xprtlist (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/lib/libc/rpc/
Dsvc_generic.c99 static struct xlist *xprtlist; /* A link list of all the handles */ in svc_create() local
113 for (l = xprtlist; l; l = l->next) { in svc_create()
139 l->next = xprtlist; in svc_create()
140 xprtlist = l; in svc_create()