CONN_RPC
if (c->type != CONN_TCP && c->type != CONN_RPC &&
if (oldest_c->type == CONN_RPC)
[CONN_RPC] = "RPC",
if (add_fd(s, CONN_RPC, flags, conn->handle, conn->prog, ctx,
if (fd >= 0 && (!conn || conn->type != CONN_RPC || conn->rpc_force_close))
case CONN_RPC: