Home
last modified time | relevance | path

Searched refs:authnone_ops (Results 1 – 2 of 2) sorted by relevance

/NextBSD/lib/libc/rpc/
HDauth_none.c70 static struct auth_ops *authnone_ops(void);
96 ap->no_client.ah_ops = authnone_ops(); in authnone_create()
159 authnone_ops(void) in authnone_ops() function
/NextBSD/sys/rpc/
HDauth_none.c71 static struct auth_ops authnone_ops = { variable
94 ap->no_client.ah_ops = &authnone_ops; in authnone_init()