Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libc/rpc/
HDclnt_dg.c80 static struct clnt_ops *clnt_dg_ops(void);
288 cl->cl_ops = clnt_dg_ops(); in clnt_dg_create()
812 clnt_dg_ops(void) in clnt_dg_ops() function
/freebsd-13-stable/sys/rpc/
HDclnt_dg.c85 static const struct clnt_ops clnt_dg_ops = { variable
314 cl->cl_ops = &clnt_dg_ops; in clnt_dg_create()