Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/rpc/
H A Dsvc_generic.c99 static struct xlist *xprtlist; /* A link list of all the handles */ in svc_create() local
116 for (l = xprtlist; l; l = l->next) { in svc_create()
142 l->next = xprtlist; in svc_create()
143 xprtlist = l; in svc_create()