Home
last modified time | relevance | path

Searched refs:tlx_conn_ind_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dtlx.c186 sizeof (tlx_conn_ind_t), offsetof(tlx_conn_ind_t, link), in tlx_init()
407 tlx_conn_ind_t *ci; in queue_conind()
409 if ((ci = malloc(sizeof (tlx_conn_ind_t))) == NULL) { in queue_conind()
429 tlx_conn_ind_t *ci = uu_list_first(queue); in dequeue_conind()
479 tlx_conn_ind_t *cip; in process_tlook()
538 tlx_conn_ind_t *conind; in tlx_accept()
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.h205 } tlx_conn_ind_t; typedef
H A Dinetsvc.c379 tlx_conn_ind_t *ci; in destroy_tlx_info()