Searched refs:ypreq_nokey (Results 1 – 15 of 15) sorted by relevance
/openbsd/lib/librpcsvc/ |
H A D | yp.x | 102 struct ypreq_nokey { struct 248 YPPROC_FIRST(ypreq_nokey) = 4; 261 YPPROC_ALL(ypreq_nokey) = 8; 264 YPPROC_MASTER(ypreq_nokey) = 9; 267 YPPROC_ORDER(ypreq_nokey) = 10;
|
/openbsd/usr.sbin/ypldap/ |
H A D | yp.c | 258 ypreq_nokey ypproc_first_2_arg; in yp_dispatch() 261 ypreq_nokey ypproc_all_2_arg; in yp_dispatch() 262 ypreq_nokey ypproc_master_2_arg; in yp_dispatch() 263 ypreq_nokey ypproc_order_2_arg; in yp_dispatch() 557 ypproc_first_2_svc(ypreq_nokey *arg, struct svc_req *req) in ypproc_first_2_svc() 638 ypproc_all_2_svc(ypreq_nokey *arg, struct svc_req *req) in ypproc_all_2_svc() 650 ypproc_master_2_svc(ypreq_nokey *arg, struct svc_req *req) in ypproc_master_2_svc()
|
/openbsd/usr.sbin/ypserv/common/ |
H A D | yplib_host.c | 162 struct ypreq_nokey yprnk; in yp_first_host() 296 struct ypreq_nokey yprnk; in yp_all_host() 319 struct ypreq_nokey yprnk; in yp_order_host() 344 struct ypreq_nokey yprnk; in yp_master_host()
|
/openbsd/usr.sbin/ypserv/ypserv/ |
H A D | ypserv.c | 213 ypreq_nokey ypproc_first_2_arg; in ypprog_2() 216 ypreq_nokey ypproc_all_2_arg; in ypprog_2() 217 ypreq_nokey ypproc_master_2_arg; in ypprog_2() 218 ypreq_nokey ypproc_order_2_arg; in ypprog_2()
|
H A D | ypserv.h | 38 bool_t ypdb_xdr_get_all(XDR *, ypreq_nokey *);
|
H A D | ypserv_proc.c | 169 ypproc_first_2_svc(ypreq_nokey *argp, struct svc_req *rqstp) in ypproc_first_2_svc() 311 ypproc_all_2_svc(ypreq_nokey *argp, struct svc_req *rqstp) in ypproc_all_2_svc() 353 ypproc_master_2_svc(ypreq_nokey *argp, struct svc_req *rqstp) in ypproc_master_2_svc() 400 ypproc_order_2_svc(ypreq_nokey *argp, struct svc_req *rqstp) in ypproc_order_2_svc()
|
H A D | ypv1.x | 43 ypreq_nokey yp_req_nokeytype;
|
H A D | ypserv_db.c | 631 ypdb_xdr_get_all(XDR *xdrs, ypreq_nokey *req) in ypdb_xdr_get_all()
|
/openbsd/include/rpcsvc/ |
H A D | yp_prot.h | 111 struct ypreq_nokey { struct 299 bool_t xdr_ypreq_nokey(XDR *, struct ypreq_nokey *);
|
/openbsd/lib/libc/yp/ |
H A D | xdr_ypreq_nokey.c | 34 xdr_ypreq_nokey(XDR *xdrs, struct ypreq_nokey *objp) in xdr_ypreq_nokey()
|
H A D | yp_master.c | 42 struct ypreq_nokey yprnk; in yp_master()
|
H A D | yp_order.c | 42 struct ypreq_nokey yprnk; in yp_order()
|
H A D | yp_first.c | 43 struct ypreq_nokey yprnk; in yp_first()
|
H A D | yp_all.c | 103 struct ypreq_nokey yprnk; in yp_all()
|
/openbsd/usr.sbin/yppoll/ |
H A D | yppoll.c | 63 struct ypreq_nokey yprnk; in get_remote_info()
|