Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/rpc/
H A Dsvc.c79 static struct svc_callout { struct
80 struct svc_callout *sc_next; argument
86 static struct svc_callout *svc_find(rpcprog_t, rpcvers_t, argument
/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.h186 struct svc_callout { struct
193 TAILQ_HEAD(svc_callout_list, svc_callout); argument