Home
last modified time | relevance | path

Searched refs:ypbind_resptype (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/
H A Dyp.h206 enum ypbind_resptype { enum
210 typedef enum ypbind_resptype ypbind_resptype; typedef
219 ypbind_resptype ypbind_status;
330 extern bool_t xdr_ypbind_resptype (XDR *, ypbind_resptype*);
H A Dyp_prot.h246 enum ypbind_resptype {YPBIND_SUCC_VAL = 1, YPBIND_FAIL_VAL = 2}; enum
254 enum ypbind_resptype ypbind_status;
359 extern bool_t xdr_ypbind_resptype (XDR *__xdrs, enum ypbind_resptype * __objp);
360 extern bool_t xdr_ypstat (XDR *__xdrs, enum ypbind_resptype * __objp);
H A Dyp.x193 enum ypbind_resptype { enum
203 union ypbind_resp switch (ypbind_resptype ypbind_status) {