Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dkey_call.c337 authsys_create("", kcp->uid, 0, 0, NULL); in getkeyserv_handle()
394 kcp->client->cl_auth = authsys_create("", kcp->uid, 0, 0, NULL); in getkeyserv_handle()
H A DMakefile.inc71 rpc_clnt_auth.3 authsys_create.3 \
/freebsd/include/rpc/
H A Dauth.h270 #define authsys_create(c,i1,i2,i3,ip) authunix_create((c),(i1),(i2),(i3),(ip)) macro
/freebsd/sys/rpc/
H A Dauth.h267 #define authsys_create(c,i1,i2,i3,ip) authunix_create((c),(i1),(i2),(i3),(ip)) macro