CTL_PORT_NONE
if ((entry->port_type == CTL_PORT_NONE)
ctl_port_type port_type = CTL_PORT_NONE;
if ((port_type != CTL_PORT_NONE) && (targ_port != -1)) {
} else if ((targ_port == -1) && (port_type == CTL_PORT_NONE))
entry.port_type = CTL_PORT_NONE;