Lines Matching defs:remoteport
68 static unsigned int remoteport = 0;
664 if (remoteport != 0)
673 remoteport = cfg_obj_asuint32(defport);
674 if (remoteport > 65535 || remoteport == 0)
675 fatal("port %u out of range", remoteport);
676 } else if (remoteport == 0)
677 remoteport = NS_CONTROL_PORT;
706 myport = remoteport;
716 isc_sockaddr_setport(&sa, remoteport);
837 remoteport = atoi(isc_commandline_argument);
838 if (remoteport > 65535 || remoteport == 0)
947 get_addresses(servername, (in_port_t) remoteport);