Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/ypserv/common/
H A Dyplib_host.c131 struct ypreq_key yprk; in yp_match_host() local
137 yprk.domain = indomain; in yp_match_host()
138 yprk.map = inmap; in yp_match_host()
139 yprk.keydat.dptr = __UNCONST(inkey); in yp_match_host()
140 yprk.keydat.dsize = inkeylen; in yp_match_host()
144 r = clnt_call(client, YPPROC_MATCH, xdr_ypreq_key, &yprk, in yp_match_host()
199 struct ypreq_key yprk; in yp_next_host() local
205 yprk.domain = indomain; in yp_next_host()
206 yprk.map = inmap; in yp_next_host()
207 yprk.keydat.dptr = inkey; in yp_next_host()
[all …]
/netbsd-src/lib/libc/yp/
H A Dyp_first.c125 struct ypreq_key yprk; in yp_next() local
146 yprk.domain = indomain; in yp_next()
147 yprk.map = inmap; in yp_next()
148 yprk.keydat.dptr = inkey; in yp_next()
149 yprk.keydat.dsize = inkeylen; in yp_next()
154 &yprk, (xdrproc_t)xdr_ypresp_key_val, &yprkv, _yplib_timeout); in yp_next()
H A Dyp_match.c170 struct ypreq_key yprk; in yp_match() local
202 yprk.domain = indomain; in yp_match()
203 yprk.map = inmap; in yp_match()
204 yprk.keydat.dptr = __UNCONST(inkey); in yp_match()
205 yprk.keydat.dsize = inkeylen; in yp_match()
210 (xdrproc_t)xdr_ypreq_key, &yprk, in yp_match()