Searched refs:xdr_ypresp_all_seq (Results 1 – 5 of 5) sorted by relevance
/freebsd/libexec/ypxfr/ |
H A D | ypxfr_getmap.c | 44 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 D | Symbol.map | 3 xdr_ypresp_all_seq;
|
H A D | xdryp.c | 61 xdr_ypresp_all_seq(XDR *xdrs, u_long *objp) in xdr_ypresp_all_seq() function
|
H A D | yplib.c | 92 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 D | yplib_host.c | 54 extern bool_t xdr_ypresp_all_seq(XDR *, unsigned long *); 271 (xdrproc_t)xdr_ypresp_all_seq, &status, tv); in yp_all_host()
|