Home
last modified time | relevance | path

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

/glibc-2.36/nis/rpcsvc/
Dypupd.h53 struct ypupdate_args { struct
58 typedef struct ypupdate_args ypupdate_args; argument
60 extern bool_t xdr_ypupdate_args (XDR *, ypupdate_args*);
74 extern u_int * ypu_change_1 (ypupdate_args *, CLIENT *);
75 extern u_int * ypu_change_1_svc (ypupdate_args *, struct svc_req *);
77 extern u_int * ypu_insert_1 (ypupdate_args *, CLIENT *);
78 extern u_int * ypu_insert_1_svc (ypupdate_args *, struct svc_req *);
83 extern u_int * ypu_store_1 (ypupdate_args *, CLIENT *);
84 extern u_int * ypu_store_1_svc (ypupdate_args *, struct svc_req *);
/glibc-2.36/nis/
Dypupdate_xdr.c44 xdr_ypupdate_args (XDR *xdrs, ypupdate_args *objp) in libnsl_hidden_nolink_def()
Dypclnt.c948 ypupdate_args update_args; in libnsl_hidden_nolink_def()