Searched refs:ipmp_handle_t (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libipmp/common/ |
H A D | ipmp_admin.h | 41 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 D | ipmp.h | 62 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 D | ipmp.c | 43 ipmp_open(ipmp_handle_t *handlep) 63 ipmp_close(ipmp_handle_t handle)
|
H A D | ipmp_admin.c | 42 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 D | ipmp_query.h | 172 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 D | ipmp_query.c | 239 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 25 milliseconds