Searched refs:RPCB (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/rpc/ |
H A D | rpcb_prot.h | 139 typedef rpcb RPCB; typedef 166 RPCB rpcb_map; 364 typedef struct rpcb RPCB; 370 RPCB rpcb_map; 495 extern bool_t * rpcbproc_set_3(RPCB *, CLIENT *); 496 extern bool_t * rpcbproc_set_3_svc(RPCB *, struct svc_req *); 498 extern bool_t * rpcbproc_unset_3(RPCB *, CLIENT *); 499 extern bool_t * rpcbproc_unset_3_svc(RPCB *, struct svc_req *); 501 extern char ** rpcbproc_getaddr_3(RPCB *, CLIENT *); 502 extern char ** rpcbproc_getaddr_3_svc(RPCB *, struct svc_req *); [all …]
|
H A D | rpcb_clnt.c | 84 RPCB parms; in rpcb_set() 143 RPCB parms; in rpcb_unset()
|
H A D | rpcb_prot.c | 65 xdr_rpcb(XDR *xdrs, RPCB *objp) in xdr_rpcb()
|
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcb_svc.c | 68 RPCB rpcbproc_set_3_arg; in rpcb_service_3() 69 RPCB rpcbproc_unset_3_arg; in rpcb_service_3() 70 RPCB rpcbproc_getaddr_3_local_arg; in rpcb_service_3() 209 RPCB *regp = (RPCB *)arg; in rpcbproc_getaddr_3_local()
|
H A D | rpcb_svc_4.c | 262 RPCB *regp = (RPCB *)arg; in rpcbproc_getaddr_4_local() 292 RPCB *regp = (RPCB *)arg; in rpcbproc_getversaddr_4_local() 320 RPCB *regp = (RPCB *)arg; in rpcbproc_getaddrlist_4_local()
|
H A D | rpcbind.h | 109 bool_t map_set(RPCB *, char *); 110 bool_t map_unset(RPCB *, char *); 112 void *rpcbproc_getaddr_com(RPCB *, struct svc_req *, SVCXPRT *, rpcvers_t,
|
H A D | rpcb_svc_com.c | 116 static int add_pmaplist(RPCB *); 117 static int del_pmaplist(RPCB *); 127 RPCB *regp = (RPCB *)arg; in rpcbproc_set_com() 148 map_set(RPCB *regp, char *owner) in map_set() 150 RPCB reg, *a; in map_set() 212 RPCB *regp = (RPCB *)arg; in rpcbproc_unset_com() 233 map_unset(RPCB *regp, char *owner) in map_unset() 286 RPCB reg; in delete_prog() 303 rpcbproc_getaddr_com(RPCB *regp, struct svc_req *rqstp __unused, in rpcbproc_getaddr_com() 1397 add_pmaplist(RPCB *arg) in add_pmaplist() [all …]
|
H A D | pmap_svc.c | 165 RPCB rpcbreg; in pmapproc_change()
|
/freebsd/include/rpc/ |
H A D | rpcb_prot.x | 131 %typedef rpcb RPCB; typedef 160 % RPCB rpcb_map; 426 %typedef struct rpcb RPCB; typedef 432 % RPCB rpcb_map;
|
/freebsd/lib/libc/rpc/ |
H A D | rpcb_prot.c | 52 xdr_rpcb(XDR *xdrs, RPCB *objp) in xdr_rpcb()
|
H A D | rpcb_clnt.c | 523 RPCB parms; in rpcb_set() 580 RPCB parms; in rpcb_unset() 705 RPCB parms; in __rpcb_findaddr_timed()
|
/freebsd/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 878 RPCB parms;
|
/freebsd/sys/nlm/ |
H A D | nlm_prot_impl.c | 338 RPCB parms; in nlm_get_rpc()
|