Searched refs:ipmp_handle_t (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libipmp/common/
H A Dipmp_admin.h41 extern int ipmp_offline(ipmp_handle_t, const char *, uint_t);
42 extern int ipmp_undo_offline(ipmp_handle_t, const char *);
43 extern int ipmp_ping_daemon(ipmp_handle_t);
H A Dipmp.h62 typedef struct ipmp_state *ipmp_handle_t; typedef in typeref:struct:ipmp_state
64 extern int ipmp_open(ipmp_handle_t *);
65 extern void ipmp_close(ipmp_handle_t);
H A Dipmp.c43 ipmp_open(ipmp_handle_t *handlep)
63 ipmp_close(ipmp_handle_t handle)
H A Dipmp_admin.c42 ipmp_command(ipmp_handle_t handle, const void *req, uint_t reqsize)
78 ipmp_offline(ipmp_handle_t handle, const char *ifname, uint_t minred)
89 ipmp_undo_offline(ipmp_handle_t handle, const char *ifname)
99 ipmp_ping_daemon(ipmp_handle_t handle)
H A Dipmp_query.h172 extern int ipmp_setqcontext(ipmp_handle_t, ipmp_qcontext_t);
173 extern int ipmp_getgrouplist(ipmp_handle_t, ipmp_grouplist_t **);
175 extern int ipmp_getgroupinfo(ipmp_handle_t, const char *, ipmp_groupinfo_t **);
177 extern int ipmp_getifinfo(ipmp_handle_t, const char *, ipmp_ifinfo_t **);
179 extern int ipmp_getaddrinfo(ipmp_handle_t, const char *,
H A Dipmp_query.c239 ipmp_getgrouplist(ipmp_handle_t handle, ipmp_grouplist_t **grlistpp)
273 ipmp_getgroupinfo(ipmp_handle_t handle, const char *name,
322 ipmp_getifinfo(ipmp_handle_t handle, const char *name, ipmp_ifinfo_t **ifinfopp)
370 ipmp_getaddrinfo(ipmp_handle_t handle, const char *grname,
802 ipmp_setqcontext(ipmp_handle_t handle, ipmp_qcontext_t qcontext)

Completed in 27 milliseconds