ipmp_handle_t
do_offline(const char *ifname, ipmp_handle_t handle)
undo_offline(const char *ifname, ipmp_handle_t handle)
typedef void offline_func_t(const char *, ipmp_handle_t);
ipmp_handle_t handle;
ipmp_handle_t ipmp_handle;
ipmp_handle_t ipmp_handle;
info_output_cbfunc(ipmp_handle_t ih, void *infop, void *arg)
targinfo_output_cbfunc(ipmp_handle_t ih, void *infop, void *arg)
ipmp_handle_t sa_ih;
ofmt_output(const ofmt_handle_t ofmt, ipmp_handle_t ih, void *arg)
typedef void ipmpstat_cbfunc_t(ipmp_handle_t, void *, void *);
typedef void ipmpstat_walker_t(ipmp_handle_t, ipmpstat_cbfunc_t *, void *);
ipmp_handle_t ps_ih; /* open IPMP handle */
static void probe_output(ipmp_handle_t, ofmt_handle_t);
static void ofmt_output(ofmt_handle_t, ipmp_handle_t, void *);
ipmp_handle_t ih;
walk_group(ipmp_handle_t ih, ipmpstat_cbfunc_t *cbfunc, void *arg)
walk_if(ipmp_handle_t ih, ipmpstat_cbfunc_t *cbfunc, void *arg)
walk_addr(ipmp_handle_t ih, ipmpstat_cbfunc_t *cbfunc, void *arg)
walk_if_cbfunc(ipmp_handle_t ih, void *infop, void *arg)
walk_addr_cbfunc(ipmp_handle_t ih, void *infop, void *arg)
probe_enabled_cbfunc(ipmp_handle_t ih, void *infop, void *arg)
probe_output(ipmp_handle_t ih, ofmt_handle_t ofmt)
ipmp_handle_t handle;
ipmp_handle_t handle;
ipmp_handle_t ipmp_handle;
ipmp_open(ipmp_handle_t *handlep)
ipmp_close(ipmp_handle_t handle)
extern int ipmp_open(ipmp_handle_t *);
extern void ipmp_close(ipmp_handle_t);
ipmp_command(ipmp_handle_t handle, const void *req, uint_t reqsize)
ipmp_offline(ipmp_handle_t handle, const char *ifname, uint_t minred)
ipmp_undo_offline(ipmp_handle_t handle, const char *ifname)
ipmp_ping_daemon(ipmp_handle_t handle)
extern int ipmp_offline(ipmp_handle_t, const char *, uint_t);
extern int ipmp_undo_offline(ipmp_handle_t, const char *);
extern int ipmp_ping_daemon(ipmp_handle_t);
ipmp_getgrouplist(ipmp_handle_t handle, ipmp_grouplist_t **grlistpp)
ipmp_getgroupinfo(ipmp_handle_t handle, const char *name,
ipmp_getifinfo(ipmp_handle_t handle, const char *name, ipmp_ifinfo_t **ifinfopp)
ipmp_getaddrinfo(ipmp_handle_t handle, const char *grname,
ipmp_setqcontext(ipmp_handle_t handle, ipmp_qcontext_t qcontext)
extern int ipmp_setqcontext(ipmp_handle_t, ipmp_qcontext_t);
extern int ipmp_getgrouplist(ipmp_handle_t, ipmp_grouplist_t **);
extern int ipmp_getgroupinfo(ipmp_handle_t, const char *, ipmp_groupinfo_t **);
extern int ipmp_getifinfo(ipmp_handle_t, const char *, ipmp_ifinfo_t **);
extern int ipmp_getaddrinfo(ipmp_handle_t, const char *,