Searched refs:_yplib_host_timeout (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/usr.sbin/ypserv/common/ |
| D | yplib_host.c | 59 struct timeval _yplib_host_timeout = { 10, 0 }; variable 96 _yplib_host_timeout, &rsrv_sock); in yp_bind_host() 119 _yplib_host_timeout, &rsrv_sock); in yp_bind_local() 145 xdr_ypresp_val, &yprv, _yplib_host_timeout); in yp_match_host() 175 xdr_ypresp_key_val, &yprkv, _yplib_host_timeout); in yp_first_host() 212 xdr_ypresp_key_val, &yprkv, _yplib_host_timeout); in yp_next_host() 241 xdr_ypall, (char *)incallback, _yplib_host_timeout); in yp_all_host() 262 xdr_ypresp_order, &ypro, _yplib_host_timeout); in yp_order_host() 284 xdr_ypresp_master, &yprm, _yplib_host_timeout); in yp_master_host() 304 indomain, xdr_ypresp_maplist, &ypml, _yplib_host_timeout); in yp_maplist_host()
|