Home | History | Annotate | Download | only in libisns

Lines Matching refs:ISNS_HANDLE

58 isns_init(ISNS_HANDLE *isns_handle_p, int is_server)
117 *isns_handle_p = (ISNS_HANDLE)cfg_p;
127 isns_add_servercon(ISNS_HANDLE isns_handle, int fd, struct addrinfo *ai)
134 if (isns_handle == ISNS_INVALID_HANDLE)
137 cfg_p = (struct isns_config_s *)isns_handle;
190 isns_init_reg_refresh(ISNS_HANDLE isns_handle, const char *node, int interval)
196 if (isns_handle == ISNS_INVALID_HANDLE)
200 cfg_p = (struct isns_config_s *)isns_handle;
228 void isns_stop(ISNS_HANDLE isns_handle)
230 struct isns_config_s *cfg_p = (struct isns_config_s *)isns_handle;