Searched refs:clnt_dg_ops (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/lib/libc/rpc/
H A Dclnt_dg.c76 static struct clnt_ops *clnt_dg_ops(void);
283 cl->cl_ops = clnt_dg_ops();
823 clnt_dg_ops() function
/freebsd-10.3-release/sys/rpc/
H A Dclnt_dg.c85 static struct clnt_ops clnt_dg_ops = { variable in typeref:struct:clnt_ops
309 cl->cl_ops = &clnt_dg_ops;

Completed in 100 milliseconds