Searched refs:clnt_ops (Results 1 – 5 of 5) sorted by relevance
72 static const struct clnt_ops client_ops =125 client->cl_ops = (struct clnt_ops *) &client_ops; in clntraw_create()
87 static const struct clnt_ops tcp_ops =208 h->cl_ops = (struct clnt_ops *) &tcp_ops; in clnttcp_create()
88 static const struct clnt_ops unix_ops =191 h->cl_ops = (struct clnt_ops *) &unix_ops; in clntunix_create()
75 static const struct clnt_ops udp_ops =157 cl->cl_ops = (struct clnt_ops *) &udp_ops; in __libc_clntudp_bufcreate()
132 struct clnt_ops { struct
Completed in 11 milliseconds