Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/apputils/
H A Dnet-server.c116 CONN_UDP, CONN_TCP_LISTENER, CONN_TCP, CONN_RPC_LISTENER, CONN_RPC, enumerator
123 [CONN_TCP] = "TCP",
537 case CONN_TCP: in free_socket()
1207 if (c->type != CONN_TCP && c->type != CONN_RPC && in kill_lru_stream_connection()
1255 ctype = (conn->type == CONN_TCP_LISTENER) ? CONN_TCP : CONN_UNIXSOCK; in accept_stream_connection()