Searched refs:h (Results 1 – 4 of 4) sorted by relevance
/sunrpc/ |
A D | clnt_tcp.c | 115 CLIENT *h; in clnttcp_create() local 119 h = (CLIENT *) mem_alloc (sizeof (*h)); in clnttcp_create() 121 if (h == NULL || ct == NULL) in clnttcp_create() 139 mem_free ((caddr_t) h, sizeof (CLIENT)); in clnttcp_create() 209 h->cl_private = (caddr_t) ct; in clnttcp_create() 210 h->cl_auth = authnone_create (); in clnttcp_create() 211 return h; in clnttcp_create() 218 mem_free ((caddr_t) h, sizeof (CLIENT)); in clnttcp_create() 334 (struct ct_data *) h->cl_private; in clnttcp_geterr() 447 clnttcp_destroy (CLIENT *h) in clnttcp_destroy() argument [all …]
|
A D | clnt_unix.c | 116 CLIENT *h; in clntunix_create() local 121 h = (CLIENT *) mem_alloc (sizeof (*h)); in clntunix_create() 122 if (h == NULL || ct == NULL) in clntunix_create() 191 h->cl_ops = (struct clnt_ops *) &unix_ops; in clntunix_create() 192 h->cl_private = (caddr_t) ct; in clntunix_create() 193 h->cl_auth = authnone_create (); in clntunix_create() 194 return h; in clntunix_create() 201 mem_free ((caddr_t) h, sizeof (CLIENT)); in clntunix_create() 421 clntunix_destroy (CLIENT *h) in clntunix_destroy() argument 424 (struct ct_data *) h->cl_private; in clntunix_destroy() [all …]
|
A D | clnt_raw.c | 132 clntraw_call (CLIENT *h, u_long proc, xdrproc_t xargs, caddr_t argsp, in libc_hidden_nolink_sunrpc() 155 (!AUTH_MARSHALL (h->cl_auth, xdrs)) || in libc_hidden_nolink_sunrpc() 183 if (!AUTH_VALIDATE (h->cl_auth, &msg.acpted_rply.ar_verf)) in libc_hidden_nolink_sunrpc() 190 if (AUTH_REFRESH (h->cl_auth)) in libc_hidden_nolink_sunrpc() 196 if (!AUTH_VALIDATE (h->cl_auth, &msg.acpted_rply.ar_verf)) in libc_hidden_nolink_sunrpc()
|
A D | Versions | 82 # h*
|
Completed in 9 milliseconds