Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ypserv/
H A Dyp_dnslookup.c225 ypresp_val result_v2; in yp_send_dns_reply() local
237 bzero((char *)&result_v2, sizeof(result_v2)); in yp_send_dns_reply()
240 result_v2.stat = YP_NOKEY; in yp_send_dns_reply()
242 result_v2.val.valdat_len = strlen(buf); in yp_send_dns_reply()
243 result_v2.val.valdat_val = buf; in yp_send_dns_reply()
244 result_v2.stat = YP_TRUE; in yp_send_dns_reply()
246 result = (char *)&result_v2; in yp_send_dns_reply()