HomeSort by: relevance | last modified time | path
    Searched defs:ybr (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/yp/
yplib.c 168 struct ypbind_resp ybr; local in function:_yp_dobind
174 iov[1].iov_base = &ybr;
175 iov[1].iov_len = sizeof ybr;
188 bn = &ybr.ypbind_respbody.ypbind_bindinfo;
  /src/usr.sbin/ypbind/
ypbind.c 492 struct ypbind_resp ybr; local in function:rpc_received
658 iov[1].iov_base = &ybr;
659 iov[1].iov_len = sizeof ybr;
661 (void)memset(&ybr, 0, sizeof ybr);
662 ybr.ypbind_status = YPBIND_SUCC_VAL;
663 ybr.ypbind_respbody.ypbind_bindinfo.ypbind_binding_addr =
665 ybr.ypbind_respbody.ypbind_bindinfo.ypbind_binding_port =
1166 struct ypbind_resp ybr; local in function:direct_set
1189 iov[1].iov_base = &ybr;
    [all...]

Completed in 12 milliseconds