Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dsvc_auth_unix.c74 aup->aup_machname = area->area_machname; in _svcauth_unix()
86 memmove(aup->aup_machname, buf, str_len); in _svcauth_unix()
87 aup->aup_machname[str_len] = 0; in _svcauth_unix()
H A Dauthunix_prot.c63 xdr_string(xdrs, &(p->aup_machname), MAX_MACHINE_NAME) && in xdr_authunix_parms()
H A Dauth_unix.c127 aup.aup_machname = machname; in authunix_create()
278 aup.aup_machname = NULL; in authunix_refresh()
/freebsd/include/rpc/
H A Dauth_unix.h59 char *aup_machname; member
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_com.c834 auth = authunix_create(au->aup_machname, in rpcbproc_callit_com()