Searched defs:ndmp_connection_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_common.h88 } ndmp_connection_t; typedef in typeref:struct:ndmp_connection
115 extern ndmp_connection_t *ndmp_create_connection(void);
117 extern void ndmp_destroy_connection(ndmp_connection_t *);
119 extern void ndmp_close(ndmp_connection_t *);
121 extern int ndmp_connect(ndmp_connection_t *,
128 extern int ndmp_process_requests(ndmp_connection_t *);
130 extern int ndmp_send_response(ndmp_connection_t *,
134 extern int ndmp_send_request(ndmp_connection_t *,
140 extern int ndmp_send_request_lock(ndmp_connection_t *,
146 extern void ndmp_free_message(ndmp_connection_t *);
[all...]

Completed in 86 milliseconds