Searched defs:xdr_yp_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/yp/
H A Dypupd.c48 xdr_yp_buf(XDR *xdrs, yp_buf *objp) function
59 if (!xdr_yp_buf(xdrs, &objp->key))
61 return (xdr_yp_buf(xdrs, &objp->datum));
69 return (xdr_yp_buf(xdrs, &objp->key));

Completed in 44 milliseconds