Home
last modified time | relevance | path

Searched refs:tmp_port (Results 1 – 25 of 235) sorted by relevance

12345678910

/dports/devel/monotone/monotone-1.1/src/netxx/
H A Daddress.cxx133 port_type tmp_port=0; in add_address() local
136 if (!parse_uri(uri, protocol, name_, tmp_port, path_)) { in add_address()
146 if (!tmp_port && !protocol.empty()) tmp_port = resolve_service(protocol.c_str()); in add_address()
147 if (!tmp_port) tmp_port = default_port; in add_address()
149 port_ = tmp_port; in add_address()
241 std::string tmp_port(uri+1, stop_pos - uri - 1); in parse_uri() local
242 if (*(uri+1) != 0) port = static_cast<Netxx::port_type>(std::atoi(tmp_port.c_str())); in parse_uri()
/dports/emulators/aqemu/aqemu-0.9.2/src/
H A DDelete_VM_Files_Window.cpp238 QList<VM_Port> tmp_port = vm->Get_Serial_Ports(); in Set_VM() local
240 for( int ix = 0; ix < tmp_port.count(); ix++ ) in Set_VM()
242 if( tmp_port[ix].Get_Port_Redirection() == VM::PR_file ) in Set_VM()
244 if( Path_Valid(tmp_port[ix].Get_Parametrs_Line()) ) in Set_VM()
248 tmp.Path = tmp_port[ix].Get_Parametrs_Line(); in Set_VM()
260 QList<VM_Port> tmp_port = vm->Get_Parallel_Ports(); in Set_VM() local
262 for( int ix = 0; ix < tmp_port.count(); ix++ ) in Set_VM()
264 if( tmp_port[ix].Get_Port_Redirection() == VM::PR_file ) in Set_VM()
266 if( Path_Valid(tmp_port[ix].Get_Parametrs_Line()) ) in Set_VM()
270 tmp.Path = tmp_port[ix].Get_Parametrs_Line(); in Set_VM()
/dports/comms/hackrf-devel/hackrf-ee44d2d62e2dd24648599172f90fc8fc2e3b3cc3/host/hackrf-tools/src/
H A Dhackrf_operacake.c83 uint16_t tmp_port; in parse_port() local
88 result = parse_uint16(str+1, &tmp_port); in parse_port()
92 if(tmp_port >= 5 || tmp_port <= 0) { in parse_port()
100 tmp_port -= 1; in parse_port()
104 tmp_port += 3; in parse_port()
107 result = parse_uint16(str, &tmp_port); in parse_port()
111 *port = tmp_port & 0xFF; in parse_port()
/dports/net-im/libstrophe/libstrophe-0.11.0/examples/
H A Dcomponent.c62 short tmp_port = (short)strtol(argv[4], &port_err, 10); in main() local
63 if (tmp_port < 0 || *port_err != '\0') { in main()
67 port = (unsigned short)tmp_port; in main()
/dports/net-im/libmesode/libmesode-0.10.1/examples/
H A Dcomponent.c59 short tmp_port = (short) strtol(argv[4], &port_err, 10); in main() local
60 if (tmp_port < 0 || *port_err != '\0') { in main()
64 port = (unsigned short) tmp_port; in main()
/dports/net-mgmt/isic/isic-0.07/
H A Dtcpsic.c57 char *tmp_port = NULL; in main() local
95 if ( (tmp_port = index(optarg, ',')) != NULL ) { in main()
96 *tmp_port++ = '\0'; in main()
98 dst_prt = htons((u_int) atol(tmp_port)); in main()
113 if ( (tmp_port = index(optarg, ',')) != NULL ) { in main()
114 *tmp_port++ = '\0'; in main()
116 src_prt = htons((u_int) atol(tmp_port)); in main()
H A Dudpsic.c57 char *tmp_port = NULL; in main() local
93 if ( (tmp_port = index(optarg, ',')) != NULL ) { in main()
94 *tmp_port++ = '\0'; in main()
96 dst_prt = htons((u_int) atol(tmp_port)); in main()
111 if ( (tmp_port = index(optarg, ',')) != NULL ) { in main()
112 *tmp_port++ = '\0'; in main()
114 src_prt = htons((u_int) atol(tmp_port)); in main()
H A Dudpsic6.c66 char *tmp_port = NULL; in main() local
101 if ( (tmp_port = index(optarg, ',')) != NULL ) { in main()
102 *tmp_port++ = '\0'; in main()
104 dst_prt = htons((u_int) atol(tmp_port)); in main()
121 if ( (tmp_port = index(optarg, ',')) != NULL ) { in main()
122 *tmp_port++ = '\0'; in main()
124 src_prt = htons((u_int) atol(tmp_port)); in main()
H A Dtcpsic6.c66 char *tmp_port = NULL; in main() local
100 if ( (tmp_port = index(optarg, ',')) != NULL ) { in main()
101 *tmp_port++ = '\0'; in main()
103 dst_prt = htons((u_int) atol(tmp_port)); in main()
120 if ( (tmp_port = index(optarg, ',')) != NULL ) { in main()
121 *tmp_port++ = '\0'; in main()
123 src_prt = htons((u_int) atol(tmp_port)); in main()
H A Dmultisic.c66 char *tmp_port = NULL; in main() local
104 if ( (tmp_port = index(optarg, ',')) != NULL ) { in main()
105 *tmp_port++ = '\0'; in main()
107 dst_prt = htons((u_int) atol(tmp_port)); in main()
122 if ( (tmp_port = index(optarg, ',')) != NULL ) { in main()
123 *tmp_port++ = '\0'; in main()
125 src_prt = htons((u_int) atol(tmp_port)); in main()
/dports/net/quagga/quagga-1.2.4/bgpd/
H A Dbgp_main.c349 int tmp_port; in main() local
389 tmp_port = atoi (optarg); in main()
390 if (tmp_port <= 0 || tmp_port > 0xffff) in main()
393 bm->port = tmp_port; in main()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Dino_channel_selector.cpp73 TRasterFxPort *tmp_port = (TRasterFxPort *)this->getInputPort(nm); in doGetBBox() local
74 if (tmp_port->isConnected()) { in doGetBBox()
75 return (*tmp_port)->doGetBBox(frame, bBox, info); in doGetBBox()
199 TRasterFxPort *tmp_port = (TRasterFxPort *)this->getInputPort(nm); in doCompute() local
200 if (tmp_port->isConnected() && ((ii == red_source) || (ii == gre_source) || in doCompute()
202 (*tmp_port)->allocateAndCompute( in doCompute()
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/json/jsonrpc-cpp/
H A Djsonrpc_httpserver.cpp94 char tmp_port[30]; in startPolling() local
95 sprintf(tmp_port,"%s:%d", GetAddress().c_str(),GetPort()); in startPolling()
96 mg_set_option(server, "listening_port", tmp_port); in startPolling()
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/json/jsonrpc-cpp/
H A Djsonrpc_httpserver.cpp94 char tmp_port[30]; in startPolling() local
95 sprintf(tmp_port,"%s:%d", GetAddress().c_str(),GetPort()); in startPolling()
96 mg_set_option(server, "listening_port", tmp_port); in startPolling()
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/json/jsonrpc-cpp/
H A Djsonrpc_httpserver.cpp94 char tmp_port[30]; in startPolling() local
95 sprintf(tmp_port,"%s:%d", GetAddress().c_str(),GetPort()); in startPolling()
96 mg_set_option(server, "listening_port", tmp_port); in startPolling()
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/json/jsonrpc-cpp/
H A Djsonrpc_httpserver.cpp94 char tmp_port[30]; in startPolling() local
95 sprintf(tmp_port,"%s:%d", GetAddress().c_str(),GetPort()); in startPolling()
96 mg_set_option(server, "listening_port", tmp_port); in startPolling()
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/json/jsonrpc-cpp/
H A Djsonrpc_httpserver.cpp94 char tmp_port[30]; in startPolling() local
95 sprintf(tmp_port,"%s:%d", GetAddress().c_str(),GetPort()); in startPolling()
96 mg_set_option(server, "listening_port", tmp_port); in startPolling()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/
H A DcommonAppMatcher.c230 Port *tmp_port; in ReadPortDetectors() local
273 if ((tmp_port = calloc(1, sizeof(*tmp_port))) == NULL) in ReadPortDetectors()
278 tmp_port->port = (uint16_t)tmp; in ReadPortDetectors()
279 tmp_port->next = port; in ReadPortDetectors()
280 port = tmp_port; in ReadPortDetectors()
310 while ((tmp_port = port)) in ReadPortDetectors()
312 port = tmp_port->next; in ReadPortDetectors()
318 free(tmp_port); in ReadPortDetectors()
327 while ((tmp_port = port)) in ReadPortDetectors()
329 port = tmp_port->next; in ReadPortDetectors()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/fuse-dfs/src/
H A Dfuse_options.c144 int tmp_port; in dfs_options() local
147 if (!sscanf(arg,"dfs://%1024[a-zA-Z0-9_.-]:%d",tmp_server,&tmp_port)) { in dfs_options()
158 options.port = tmp_port; in dfs_options()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_effect_bridge.c1370 GList *port, *tmp_port; in ags_effect_bridge_real_find_port() local
1380 tmp_port = ags_effect_pad_find_port(AGS_EFFECT_PAD(effect_pad->data)); in ags_effect_bridge_real_find_port()
1384 tmp_port); in ags_effect_bridge_real_find_port()
1386 port = tmp_port; in ags_effect_bridge_real_find_port()
1401 tmp_port = ags_effect_pad_find_port(AGS_EFFECT_PAD(effect_pad->data)); in ags_effect_bridge_real_find_port()
1405 tmp_port); in ags_effect_bridge_real_find_port()
1407 port = tmp_port; in ags_effect_bridge_real_find_port()
1422 tmp_port); in ags_effect_bridge_real_find_port()
1424 port = tmp_port; in ags_effect_bridge_real_find_port()
1434 tmp_port); in ags_effect_bridge_real_find_port()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_main.c398 int tmp_port; in main() local
438 tmp_port = atoi(optarg); in main()
439 if (tmp_port < 0 || tmp_port > 0xffff) in main()
442 bgp_port = tmp_port; in main()
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_main.c398 int tmp_port; in main() local
438 tmp_port = atoi(optarg); in main()
439 if (tmp_port < 0 || tmp_port > 0xffff) in main()
442 bgp_port = tmp_port; in main()
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Plugins/Auth/
H A DAuthenticationCookie.php452 $tmp_port = $parts[1];
455 $tmp_port = '';
459 if (! empty($tmp_port)) {
460 $cfg['Server']['port'] = $tmp_port;
463 unset($tmp_host, $tmp_port, $parts);
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/fm/progs/
H A Dformat_server.c153 int tmp_port; local
154 if (sscanf(port_string, "%d", &tmp_port) != 1) {
158 fs_port = tmp_port;
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/
H A Dnf_conntrack_ftp.c202 u_int16_t tmp_port = 0; in get_port() local
208 if (tmp_port == 0) in get_port()
210 *port = htons(tmp_port); in get_port()
211 pr_debug("get_port: return %d\n", tmp_port); in get_port()
215 tmp_port = tmp_port*10 + data[i] - '0'; in get_port()

12345678910