Searched refs:conn_ind_pool (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | tlx.c | 42 uu_list_pool_t *conn_ind_pool = NULL; variable 185 if ((conn_ind_pool = uu_list_pool_create("conn_ind_pool", 199 if (conn_ind_pool != NULL) { 200 uu_list_pool_destroy(conn_ind_pool); 201 conn_ind_pool = NULL; 415 uu_list_node_init(ci, &ci->link, conn_ind_pool);
|
H A D | inetd_impl.h | 247 extern uu_list_pool_t *conn_ind_pool;
|
H A D | config.c | 501 valid = valid_props(bprops, fmri, cfg, proto_info_pool, conn_ind_pool);
|
/illumos-gate/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.c | 406 create_tlx_info(const char *proto, uu_list_pool_t *conn_ind_pool) argument 418 if ((ret->conn_ind_queue = uu_list_create(conn_ind_pool, NULL, 0)) ==
|
Completed in 703 milliseconds