Home
last modified time | relevance | path

Searched refs:hiport (Results 1 – 12 of 12) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/rmp/src/
H A Drmp.tcl109 set hiport $keys(-tiehi_port)
110 if { ![sta::is_object $hiport] } {
111 set hiport [sta::get_lib_pins $keys(-tiehi_port)]
112 if { [llength $hiport] > 1 } {
114 set hiport [lindex $hiport 0]
117 if { $hiport != "" } {
118 rmp::set_tiehi_port_cmd $hiport
H A Drmp.i88 Blif* create_blif(const char* hicell, const char* hiport, const char* locell, const char* loport){ in create_blif() argument
89 …new rmp::Blif(getOpenRoad()->getLogger(), getOpenRoad()->getSta(), locell, loport, hicell, hiport); in create_blif()
/dports/net/cryptcat/unix/
H A Dnetcat.c1334 USHORT hiport = 0; local
1592 hiport = loport = 0;
1597 hiport = getportpoop (cp, 0);
1598 if (hiport == 0)
1604 if (hiport > loport) { /* was it genuinely a range? */
1606 curport = hiport; /* start high by default */
1608 loadports (randports, loport, hiport);
/dports/net/netcat/netcat-1.10_3/
H A Dnetcat.c1767 USHORT hiport = 0; local
2050 hiport = loport = 0;
2055 hiport = getportpoop (cp, 0);
2056 if (hiport == 0)
2062 if (hiport > loport) { /* was it genuinely a range? */
2064 curport = hiport; /* start high by default */
2066 loadports (randports, loport, hiport);
/dports/cad/openroad/OpenROAD-2.0/src/rmp/include/rmp/
H A DRestructure.h95 void setTieHiPort(sta::LibertyPort* hiport);
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/
H A Drtsp.c709 unsigned loport = 5004, hiport; /* from RFC3551 */ in RtspHandler() local
733 if( sscanf( opt, "client_port=%u-%u", &loport, &hiport ) in RtspHandler()
/dports/multimedia/kmplayer/kmplayer-0.12.0b/po/et/
H A Dkmplayer.po879 "X Video laiendi põhiport.\n"
/dports/dns/bind911/bind-9.11.37/bin/named/
H A Dserver.c6520 in_port_t loport, hiport; in portset_fromconf() local
6525 hiport = (in_port_t)cfg_obj_asuint32(obj_hiport); in portset_fromconf()
6528 isc_portset_addrange(portset, loport, hiport); in portset_fromconf()
6531 hiport); in portset_fromconf()
/dports/dns/bind916/bind-9.16.27/bin/named/
H A Dserver.c7332 in_port_t loport, hiport; in portset_fromconf() local
7337 hiport = (in_port_t)cfg_obj_asuint32(obj_hiport); in portset_fromconf()
7340 isc_portset_addrange(portset, loport, hiport); in portset_fromconf()
7343 hiport); in portset_fromconf()
/dports/dns/samba-nsupdate/bind-9.16.5/bin/named/
H A Dserver.c7246 in_port_t loport, hiport; in portset_fromconf() local
7251 hiport = (in_port_t)cfg_obj_asuint32(obj_hiport); in portset_fromconf()
7254 isc_portset_addrange(portset, loport, hiport); in portset_fromconf()
7257 hiport); in portset_fromconf()
/dports/dns/bind-tools/bind-9.16.27/bin/named/
H A Dserver.c7332 in_port_t loport, hiport; in portset_fromconf() local
7337 hiport = (in_port_t)cfg_obj_asuint32(obj_hiport); in portset_fromconf()
7340 isc_portset_addrange(portset, loport, hiport); in portset_fromconf()
7343 hiport); in portset_fromconf()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/named/
H A Dserver.c7361 in_port_t loport, hiport; in portset_fromconf() local
7366 hiport = (in_port_t)cfg_obj_asuint32(obj_hiport); in portset_fromconf()
7369 isc_portset_addrange(portset, loport, hiport); in portset_fromconf()
7372 hiport); in portset_fromconf()