Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_common.h90 typedef void (*ndmp_con_handler_func_t) (struct ndmp_connection *); typedef
126 ndmp_con_handler_func_t);
H A Dndmpd.h690 ndmp_con_handler_func_t nw_con_handler_func;
H A Dndmpd_comm.c267 ndmp_run(ulong_t port, ndmp_con_handler_func_t con_handler_func) in ndmp_run()