Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_comm.c91 extern ndmp_handler_t ndmp_msghdl_tab[];
105 static ndmp_handler_t *ndmp_get_interface(ndmp_message message);
1313 static ndmp_handler_t *
1316 ndmp_handler_t *ni = &ndmp_msghdl_tab[(message >> 8) % INT_MAXCMD]; in ndmp_get_interface()
1346 ndmp_handler_t *ni = ndmp_get_interface(message); in ndmp_get_handler()
1372 ndmp_handler_t *ni = ndmp_get_interface(message); in ndmp_check_auth_required()
H A Dndmpd_handler.c120 ndmp_handler_t ndmp_msghdl_tab[] = {
810 ndmp_handler_t ndmp_msghdl_tab[] = {
H A Dndmpd_common.h110 } ndmp_handler_t; typedef