Searched refs:authsys_create (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libc/rpc/ |
H A D | key_call.c | 337 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 D | Makefile.inc | 71 rpc_clnt_auth.3 authsys_create.3 \
|
/freebsd/include/rpc/ |
H A D | auth.h | 270 #define authsys_create(c,i1,i2,i3,ip) authunix_create((c),(i1),(i2),(i3),(ip)) macro
|
/freebsd/sys/rpc/ |
H A D | auth.h | 267 #define authsys_create(c,i1,i2,i3,ip) authunix_create((c),(i1),(i2),(i3),(ip)) macro
|