Home
last modified time | relevance | path

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

/freebsd/libexec/ypxfr/
H A Dypxfr_misc.c258 ypreq_key ypkey; in ypxfr_match() local
271 ypkey.domain = domain; in ypxfr_match()
272 ypkey.map = map; in ypxfr_match()
273 ypkey.key.keydat_len = keylen; in ypxfr_match()
274 ypkey.key.keydat_val = key; in ypxfr_match()
276 if ((ypval = ypproc_match_2(&ypkey, clnt)) == NULL) { in ypxfr_match()