Searched refs:remoteport (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/rndc/
H A Drndc.c68 static unsigned int remoteport = 0; variable
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);
[all...]

Completed in 261 milliseconds