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

/macosx-10.10/bind9-45.101/bind9/bin/rndc/
H A Drndc.c76 static unsigned int remoteport = 0; variable
577 if (remoteport != 0)
586 remoteport = cfg_obj_asuint32(defport);
587 if (remoteport > 65535 || remoteport == 0)
588 fatal("port %u out of range", remoteport);
589 } else if (remoteport == 0)
590 remoteport = NS_CONTROL_PORT;
619 myport = remoteport;
629 isc_sockaddr_setport(&sa, remoteport);
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pop3d/
H A Dpop3d.tcl53 # remoteport - remote port for connection
440 set cstate(remoteport) $rPort

Completed in 184 milliseconds