Searched refs:ybr (Results 1 – 2 of 2) sorted by relevance
829 struct ypbind_resp ybr; in rpc_received() local955 iov[1].iov_base = (char *)&ybr; in rpc_received()956 iov[1].iov_len = sizeof ybr; in rpc_received()958 bzero(&ybr, sizeof ybr); in rpc_received()959 ybr.ypbind_status = YPBIND_SUCC_VAL; in rpc_received()960 *(u_int32_t *)&ybr.ypbind_resp_u.ypbind_bindinfo.ypbind_binding_addr = raddrp->sin_addr.s_addr; in rpc_received()961 *(u_short *)&ybr.ypbind_resp_u.ypbind_bindinfo.ypbind_binding_port = raddrp->sin_port; in rpc_received()
386 struct ypbind_resp ybr; in _yp_dobind() local391 iov[1].iov_base = (caddr_t)&ybr; in _yp_dobind()392 iov[1].iov_len = sizeof ybr; in _yp_dobind()404 bcopy(&ybr.ypbind_resp_u.ypbind_bindinfo.ypbind_binding_addr, in _yp_dobind()407 bcopy(&ybr.ypbind_resp_u.ypbind_bindinfo.ypbind_binding_port, in _yp_dobind()