Home
last modified time | relevance | path

Searched refs:CONN_RPC (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
125 [CONN_RPC] = "RPC",
518 if (fd >= 0 && (!conn || conn->type != CONN_RPC || conn->rpc_force_close)) in free_socket()
524 case CONN_RPC: in free_socket()
1207 if (c->type != CONN_TCP && c->type != CONN_RPC && in kill_lru_stream_connection()
1220 if (oldest_c->type == CONN_RPC) in kill_lru_stream_connection()
1553 if (add_fd(s, CONN_RPC, flags, conn->handle, conn->prog, ctx, in accept_rpc_connection()