ndmp_handler_t
static ndmp_handler_t *ndmp_get_interface(ndmp_message message);
static ndmp_handler_t *
ndmp_handler_t *ni = &ndmp_msghdl_tab[(message >> 8) % INT_MAXCMD];
ndmp_handler_t *ni = ndmp_get_interface(message);
ndmp_handler_t *ni = ndmp_get_interface(message);
extern ndmp_handler_t ndmp_msghdl_tab[];
ndmp_handler_t ndmp_msghdl_tab[] = {
ndmp_handler_t ndmp_msghdl_tab[] = {