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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c103 typedef int function_handler(); typedef
107 static function_handler *v2_functions[V2_MAX_FUNCTION + 1] = {
108 (function_handler *) NULL,
109 (function_handler *) v2_srv_rqst,
110 (function_handler *) v2_srv_rply,
111 (function_handler *) v2_srv_reg,
112 (function_handler *) v2_srv_dereg,
113 (function_handler *) v2_srv_ack,
114 (function_handler *) v2_attr_rqst,
115 (function_handler *) v2_attr_rpl
[all...]

Completed in 46 milliseconds