proto_descriptor
maxfd = fd = proto_descriptor(cfg->hc_controlconn);
fd = proto_descriptor(lst->hl_conn);
fd = proto_descriptor(res->hr_event);
fd = proto_descriptor(res->hr_conn);
if (FD_ISSET(proto_descriptor(cfg->hc_controlconn), &rfds))
if (FD_ISSET(proto_descriptor(lst->hl_conn), &rfds))
if (FD_ISSET(proto_descriptor(res->hr_event), &rfds)) {
if (FD_ISSET(proto_descriptor(res->hr_conn),
} else if (fd == proto_descriptor(res->hr_event)) {
} else if (fd == proto_descriptor(res->hr_ctrl)) {
fd == proto_descriptor(res->hr_conn)) {
fd == proto_descriptor(res->hr_conn)) {
fd == proto_descriptor(res->hr_remotein)) {
fd == proto_descriptor(res->hr_remoteout)) {
fd = proto_descriptor(mconn);
fd = proto_descriptor(conn);
int proto_descriptor(const struct proto_conn *conn);