Home
last modified time | relevance | path

Searched defs:svc_callout (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/rpc/
H A Dsvc.c74 static struct svc_callout { struct
75 struct svc_callout *sc_next; argument
85 static struct svc_callout *svc_find(rpcprog_t, rpcvers_t, argument
/freebsd/sys/rpc/
H A Dsvc.h244 struct svc_callout { struct
251 TAILQ_HEAD(svc_callout_list, svc_callout); argument