Home
last modified time | relevance | path

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

/freebsd/libexec/ypxfr/
H A Dypxfr_getmap.c44 extern bool_t xdr_ypresp_all_seq(XDR *, unsigned long *);
86 (xdrproc_t)xdr_ypresp_all_seq, &status, timeout); in ypxfr_get_map()
/freebsd/lib/libc/yp/
H A DSymbol.map3 xdr_ypresp_all_seq;
H A Dxdryp.c61 xdr_ypresp_all_seq(XDR *xdrs, u_long *objp) in xdr_ypresp_all_seq() function
H A Dyplib.c92 bool_t xdr_ypresp_all_seq(XDR *xdrs, u_long *objp);
976 (xdrproc_t)xdr_ypresp_all_seq, &status, tv) != RPC_SUCCESS) { in yp_all()
986 xdr_free((xdrproc_t)xdr_ypresp_all_seq, &status); /* not really needed... */ in yp_all()
/freebsd/usr.sbin/ypserv/common/
H A Dyplib_host.c54 extern bool_t xdr_ypresp_all_seq(XDR *, unsigned long *);
271 (xdrproc_t)xdr_ypresp_all_seq, &status, tv); in yp_all_host()