Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dclnt_raw.c79 static struct clnt_ops *clnt_raw_ops(void);
130 client->cl_ops = clnt_raw_ops(); in clnt_raw_create()
274 clnt_raw_ops(void) in clnt_raw_ops() function