Searched refs:tlx (Results 1 – 2 of 2) sorted by relevance
377 destroy_tlx_info(tlx_info_t *tlx) in destroy_tlx_info() argument382 if (tlx == NULL) in destroy_tlx_info()385 free(tlx->dev_name); in destroy_tlx_info()387 if (tlx->conn_ind_queue != NULL) { in destroy_tlx_info()389 while ((ci = uu_list_teardown(tlx->conn_ind_queue, &cookie)) != in destroy_tlx_info()394 uu_list_destroy(tlx->conn_ind_queue); in destroy_tlx_info()397 free(tlx->local_addr.buf); in destroy_tlx_info()398 free(tlx); in destroy_tlx_info()
30 OBJS = inetd.o tlx.o config.o util.o contracts.o repval.o wait.o env.o