Home
last modified time | relevance | path

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

/src/lib/libc/rpc/
H A Dauth_none.c65 static struct auth_ops *authnone_ops(void);
91 ap->no_client.ah_ops = authnone_ops(); in authnone_create()
154 authnone_ops(void) in authnone_ops() function
/src/sys/rpc/
H A Dauth_none.c67 static const struct auth_ops authnone_ops = { variable
90 ap->no_client.ah_ops = &authnone_ops; in authnone_init()