Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libc/rpc/
Dsvc_generic.c88 static struct xlist *xprtlist; /* A link list of all the handles */ in svc_create() local
102 for (l = xprtlist; l; l = l->next) { in svc_create()
129 l->next = xprtlist; in svc_create()
130 xprtlist = l; in svc_create()