Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/apputils/
H A Dnet-server.c117 CONN_UNIXSOCK_LISTENER, CONN_UNIXSOCK enumerator
127 [CONN_UNIXSOCK] = "UNIX domain socket"
538 case CONN_UNIXSOCK: in free_socket()
1208 c->type != CONN_UNIXSOCK) in kill_lru_stream_connection()
1255 ctype = (conn->type == CONN_TCP_LISTENER) ? CONN_TCP : CONN_UNIXSOCK; in accept_stream_connection()