Lines Matching refs:bool_t
41 * YPPROC_DOMAIN takes (char *), returns (bool_t).
43 * YPPROC_DOMAIN_NOACK takes (char *), returns (bool_t).
59 * YPPROC_ALL takes (struct ypreq_nokey), returns (bool_t and
61 * returns an array of data, with the bool_t being
309 bool_t xdr_domainname(XDR *, char *); /* obsolete */
310 bool_t xdr_peername(XDR *, char *); /* obsolete */
311 bool_t xdr_mapname(XDR *, char *); /* obsolete */
312 bool_t xdr_datum(XDR *, datum *);
313 bool_t xdr_ypdomain_wrap_string(XDR *, char **);
314 bool_t xdr_ypmap_wrap_string(XDR *, char **);
315 bool_t xdr_ypreq_key(XDR *, struct ypreq_key *);
316 bool_t xdr_ypreq_nokey(XDR *, struct ypreq_nokey *);
317 bool_t xdr_ypreq_xfr(XDR *, struct ypreq_xfr *);
318 bool_t xdr_ypresp_val(XDR *, struct ypresp_val *);
319 bool_t xdr_ypresp_key_val(XDR *, struct ypresp_key_val *);
320 bool_t xdr_ypmap_parms(XDR *, struct ypmap_parms *);
321 bool_t xdr_ypowner_wrap_string(XDR *, char **);
322 bool_t xdr_yppushresp_xfr(XDR *, struct yppushresp_xfr *);
323 bool_t xdr_ypresp_order(XDR *, struct ypresp_order *);
324 bool_t xdr_ypresp_master(XDR *, struct ypresp_master *);
325 bool_t xdr_ypall(XDR *, struct ypall_callback *);
326 bool_t xdr_ypresp_maplist(XDR *, struct ypresp_maplist *);
327 bool_t xdr_ypbind_resp(XDR *, struct ypbind_resp *);
328 bool_t xdr_ypbind_setdom(XDR *, struct ypbind_setdom *);
329 bool_t xdr_ypmaplist(XDR *, struct ypmaplist *);
330 bool_t xdr_yp_inaddr(XDR *, struct in_addr *);