Home
last modified time | relevance | path

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

/sunrpc/
A Dclnt_raw.c72 static const struct clnt_ops client_ops =
125 client->cl_ops = (struct clnt_ops *) &client_ops; in clntraw_create()
A Dclnt_tcp.c87 static const struct clnt_ops tcp_ops =
208 h->cl_ops = (struct clnt_ops *) &tcp_ops; in clnttcp_create()
A Dclnt_unix.c88 static const struct clnt_ops unix_ops =
191 h->cl_ops = (struct clnt_ops *) &unix_ops; in clntunix_create()
A Dclnt_udp.c75 static const struct clnt_ops udp_ops =
157 cl->cl_ops = (struct clnt_ops *) &udp_ops; in __libc_clntudp_bufcreate()
/sunrpc/rpc/
A Dclnt.h132 struct clnt_ops { struct

Completed in 11 milliseconds