Home
last modified time | relevance | path

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

/original-bsd/lib/librpc/rpc/
H A Dauth_none.c64 static struct authnone_private { struct
68 } *authnone_private; argument
73 register struct authnone_private *ap = authnone_private; in authnone_create()
78 ap = (struct authnone_private *)calloc(1, sizeof (*ap)); in authnone_create()
81 authnone_private = ap; in authnone_create()
103 register struct authnone_private *ap = authnone_private;