Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypset.c246 struct ypbind_binding ypbind_info; in send_message() local
293 ypbind_info.ypbind_nconf = nconf; in send_message()
294 ypbind_info.ypbind_svcaddr = (struct netbuf *)(&nbuf); in send_message()
295 ypbind_info.ypbind_servername = server_to_use; in send_message()
296 ypbind_info.ypbind_hi_vers = YPVERS; in send_message()
297 ypbind_info.ypbind_lo_vers = YPVERS; in send_message()
298 req.ypsetdom_bindinfo = &ypbind_info; in send_message()