Lines Matching defs:handle
220 * Using `handle', get the group list and store the results in a dynamically
224 ipmp_getgrouplist(ipmp_handle_t handle, ipmp_grouplist_t **grlistpp)
226 ipmp_state_t *statep = handle;
253 * Using `handle', get the group information associated with group `name' and
258 ipmp_getgroupinfo(ipmp_handle_t handle, const char *name,
261 ipmp_state_t *statep = handle;
302 * Using `handle', get the interface information associated with interface
307 ipmp_getifinfo(ipmp_handle_t handle, const char *name, ipmp_ifinfo_t **ifinfopp)
309 ipmp_state_t *statep = handle;
350 * Using `handle', get the address information associated with address `addrp'
355 ipmp_getaddrinfo(ipmp_handle_t handle, const char *grname,
358 ipmp_state_t *statep = handle;
760 * Set the query context associated with `handle' to `qcontext', which must be
762 * previous snapshot associated with `handle' is discarded. Returns an IPMP
766 ipmp_setqcontext(ipmp_handle_t handle, ipmp_qcontext_t qcontext)
768 ipmp_state_t *statep = handle;