Searched refs:CONN_TCP (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c151 enum kdc_conn_type { CONN_UDP, CONN_TCP_LISTENER, CONN_TCP };
334 return add_fd(data, sock, CONN_TCP, process_tcp_connection);
856 if (c->type != CONN_TCP)
150 enum kdc_conn_type { CONN_UDP, CONN_TCP_LISTENER, CONN_TCP }; enumerator in enum:kdc_conn_type

Completed in 57 milliseconds