Home
last modified time | relevance | path

Searched refs:hostip (Results 26 – 50 of 360) sorted by relevance

12345678910>>...15

/dports/sysutils/potnet/potnet-0.4.4/cargo-crates/structopt-flags-0.3.5/examples/
H A Dhostip_param.rs14 hostip: structopt_flags::HostParam, field
19 let ip = opt.hostip.host_addr; in main()
H A Dhostip.rs16 hostip: structopt_flags::HostOpt, field
22 .hostip in main()
/dports/lang/qscheme/qscheme-0.5.1/
H A Dsocket.c19 SOBJ hostname, hostip; member
94 SCM_SOCKET(z)->hostip = scm_mkstring(inet_ntoa(server.sin_addr)); in scm_make_client_socket()
160 SCM_SOCKET(z)->hostip = scm_false; in scm_make_server_socket()
187 SCM_SOCKET(sock)->hostip = scm_mkstring(s); in scm_socket_accept_connection()
256 return(SCM_SOCKET(s)->hostip); in scm_socket_host_address()
315 scm_gc_mark(SCM_SOCKET(x)->hostip); in scm_socket_mark()
/dports/net/clash/clash-1.6.0/component/socks5/
H A Dsocks5.go370 var hostip net.IP
373 hostip = udpaddr.IP
376 hostip = tcpaddr.IP
381 if hostip == nil {
386 if ip4 := hostip.To4(); ip4.DefaultMask() != nil {
395 copy(parsed[1:], hostip)
/dports/net/c3270/suite3270-4.0/Common/b3270/
H A Dasync.c146 telnet_gui_connecting(const char *hostip, const char *portname) in telnet_gui_connecting() argument
149 AttrHostIp, hostip, in telnet_gui_connecting()
/dports/x11/x3270/suite3270-4.0/Common/b3270/
H A Dasync.c146 telnet_gui_connecting(const char *hostip, const char *portname) in telnet_gui_connecting() argument
149 AttrHostIp, hostip, in telnet_gui_connecting()
/dports/sysutils/p5-MogileFS-Server/MogileFS-Server-2.73/t/
H A Dhttp.t30 hostip => $http->sockhost,
65 my $pool = $idle_pool->{"$host->{hostip}:$host->{http_get_port}"};
154 my $pool = $idle_pool->{"$host->{hostip}:$host->{http_port}"};
174 my $pool = $idle_pool->{"$host->{hostip}:$host->{http_port}"};
211 my $pool = $idle_pool->{"$host->{hostip}:$host->{http_port}"};
260 my $pool = $idle_pool->{"$host->{hostip}:$host->{http_port}"};
276 my $pool = $idle_pool->{"$host->{hostip}:$host->{http_port}"};
291 my $pool = $idle_pool->{"$host->{hostip}:$host->{http_port}"};
304 my $pool = $idle_pool->{"$host->{hostip}:$host->{http_port}"};
/dports/net-im/jabberd/jabberd-2.7.0/mio/
H A Dmio.h116 struct mio_fd_st *(*mio_connect)(struct mio_st **m, int port, const char *hostip,
144 #define mio_connect(m, port, hostip, srcip, app, arg) \ argument
145 (*m)->mio_connect(m, port, hostip, srcip, app, arg)
/dports/mail/dovecot/dovecot-2.3.17/src/lmtp/
H A Dlmtp-proxy.c39 struct ip_addr hostip, source_ip; member
243 net_ip_compare(&conn->set.hostip, &set->hostip) && in lmtp_proxy_get_connection()
252 conn->set.hostip = set->hostip; in lmtp_proxy_get_connection()
270 if (conn->set.hostip.family != 0) { in lmtp_proxy_get_connection()
273 &conn->set.hostip, conn->set.port, in lmtp_proxy_get_connection()
375 if (net_addr2ip(value, &set->hostip) < 0) { in lmtp_proxy_rcpt_parse_fields()
449 if (set->hostip.family != 0) in lmtp_proxy_is_ourself()
450 ip = set->hostip; in lmtp_proxy_is_ourself()
/dports/www/py-horizon/horizon-19.2.0/releasenotes/notes/
H A Dbug-1585682-abd815f290e494d3.yaml12 ``http://<hostip>/identity`` instead of ``http://<hostip>:5000``).
/dports/graphics/aseprite/aseprite-1.2.9/third_party/curl/lib/
H A DREADME.hostip1 hostip.c explained
26 hostip.c - method-independent resolver functions and utility functions
34 The hostip.h is the single united header file for all this. It defines the
/dports/sysutils/p5-MogileFS-Server/MogileFS-Server-2.73/lib/MogileFS/
H A DHost.pm47 sub hostip { $_[0]{hostip} } subroutine
62 return $self->{hostip};
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/samples/
H A Dsipecho.c418 char temp[80], hostip[PJ_INET6_ADDRSTRLEN]; in on_rx_request() local
497 pj_sockaddr_print(&hostaddr, hostip, sizeof(hostip), 2); in on_rx_request()
498 pj_ansi_sprintf(temp, "<sip:sipecho@%s:%d>", hostip, sip_port); in on_rx_request()
613 char hostip[PJ_INET6_ADDRSTRLEN+2]; in main() local
626 pj_sockaddr_print(&hostaddr, hostip, sizeof(hostip), 2); in main()
629 hostip, sip_port); in main()
H A Dsimpleua.c449 char hostip[PJ_INET6_ADDRSTRLEN+2]; in main() local
461 pj_sockaddr_print(&hostaddr, hostip, sizeof(hostip), 2); in main()
464 hostip, SIP_PORT); in main()
685 char temp[80], hostip[PJ_INET6_ADDRSTRLEN]; in on_rx_request() local
745 pj_sockaddr_print(&hostaddr, hostip, sizeof(hostip), 2); in on_rx_request()
748 hostip, SIP_PORT); in on_rx_request()
/dports/mail/mimedefang/mimedefang-2.84/
H A Dmimedefang.c550 data->hostip = NULL; in mfconnect()
604 data->hostip = NULL; in mfconnect()
606 data->hostip = malloc_with_log(65); in mfconnect()
607 if (!data->hostip) { in mfconnect()
621 if (strchr(data->hostip, '.')) { in mfconnect()
623 char *dst = data->hostip; in mfconnect()
638 strcpy(data->hostip, tmp); in mfconnect()
658 data->hostip[64] = 0; in mfconnect()
663 if (data->hostip && in mfconnect()
666 strcpy(data->hostip, "127.0.0.1"); in mfconnect()
[all …]
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dcli_common.c359 sdsfree(connInfo->hostip); in parseRedisUri()
360 connInfo->hostip = sdsnewlen(curr, host - curr + 1); in parseRedisUri()
370 if (connInfo.hostip) sdsfree(connInfo.hostip); in freeCliConnInfo()
/dports/sysutils/p5-Sys-HostIP/Sys-HostIP-1.93/t/
H A Dipconfig.t9 my $hostip = Sys::HostIP->new;
36 $hostip->_get_win32_interface_info,
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymonnet/
H A Dxymon-snmpcollect.c49 char *hostip[10]; /* Hostname(s) or IP(s) used for testing. Max 10 IP's */ member
228 errprintf("ERROR %s: %s\n", req->hostip[req->hostipidx], snmp_errstring(pdu->errstat)); in print_result()
234 dbgprintf("%s: Timeout\n", req->hostip); in print_result()
235 if (req->hostip[req->hostipidx+1]) { in print_result()
243 snmp_sess_perror(req->hostip[req->hostipidx], req->sess); in print_result()
282 if (req->hostip[req->hostipidx+1]) { in asynch_response()
407 s.peername = req->hostip[req->hostipidx]; in startonehost()
687 reqitem->hostip[0] = reqitem->hostname; in readconfig()
704 reqitem->hostip[i++] = nextip; in readconfig()
945 rwalk->hostip[rwalk->hostipidx]); in sendresult()
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymonnet/
H A Dxymon-snmpcollect.c49 char *hostip[10]; /* Hostname(s) or IP(s) used for testing. Max 10 IP's */ member
228 errprintf("ERROR %s: %s\n", req->hostip[req->hostipidx], snmp_errstring(pdu->errstat)); in print_result()
234 dbgprintf("%s: Timeout\n", req->hostip); in print_result()
235 if (req->hostip[req->hostipidx+1]) { in print_result()
243 snmp_sess_perror(req->hostip[req->hostipidx], req->sess); in print_result()
282 if (req->hostip[req->hostipidx+1]) { in asynch_response()
407 s.peername = req->hostip[req->hostipidx]; in startonehost()
687 reqitem->hostip[0] = reqitem->hostname; in readconfig()
704 reqitem->hostip[i++] = nextip; in readconfig()
945 rwalk->hostip[rwalk->hostipidx]); in sendresult()
/dports/ftp/wzdftpd/wzdftpd-0.8.3/libwzd-core/
H A Dwzd_login.c261 const char *userip = (const char*)context->hostip; in do_user_ip()
543 inet_ntop(AF_INET6,context->hostip,ip,INET6_ADDRSTRLEN); in do_login_loop()
547 inet_ntop(AF_INET,context->hostip,ip,INET_ADDRSTRLEN); in do_login_loop()
730 inet_ntop(af,context->hostip,inet_str,sizeof(inet_str)); in do_login()
731 h = gethostbyaddr((char*)&context->hostip,sizeof(context->hostip),af); in do_login()
/dports/net/mtr/mtr-0.94/ui/
H A Ddns.c220 ip_t hostip; in dns_ack() local
226 longipstr(host, &hostip, ctl->af); in dns_ack()
227 r = findip(ctl, &hostip); in dns_ack()
/dports/net/mtr-nox11/mtr-0.94/ui/
H A Ddns.c220 ip_t hostip; in dns_ack() local
226 longipstr(host, &hostip, ctl->af); in dns_ack()
227 r = findip(ctl, &hostip); in dns_ack()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/posix/
H A Dnet.cpp1057 httpctx->hostip = ip; in proxy_ready_callback()
1062 httpctx->hostip.insert(0, "["); in proxy_ready_callback()
1063 httpctx->hostip.append("]"); in proxy_ready_callback()
1081 oss << httpctx->hostip << ":" << httpio->proxyport; in proxy_ready_callback()
1217 httpctx->hostip = oss.str(); in ares_completed_callback()
1292 if (httpctx->hostip.size()) in ares_completed_callback()
1401 else if(httpctx->hostip.size()) in send_request()
1897 httpctx->hostip = oss.str(); in post()
1909 httpctx->hostip = dnsEntry->ipv4; in post()
2169 req->in = httpctx->hostip; in multidoio()
[all …]
/dports/net/samba412/samba-4.12.15/source4/scripting/bin/
H A Dsamba_upgradedns352 hostip = interface_ips_v4(lp)
354 hostip.remove('127.0.0.1')
357 if not hostip:
361 hostip = hostip[0]
362 logger.debug("IPv4 addresses: %s" % hostip)
377 dnsdomain, dnsforest, hostname, hostip, hostip6,
/dports/security/openvas/openvas-scanner-21.4.3/src/
H A Dattack.c722 struct in6_addr hostip; in attack_start() local
742 gvm_host_get_addr6 (args->host, &hostip); in attack_start()
743 addr6_to_str (&hostip, ip_str); in attack_start()
745 ret_host_auth = check_host_authorization (args->host, &hostip); in attack_start()
773 attack_host (globals, &hostip, args->host->vhosts, args->sched, kb, main_kb); in attack_start()
1359 struct in6_addr hostip; in attack_network() local
1363 gvm_host_get_addr6 (host, &hostip); in attack_network()
1364 addr6_to_str (&hostip, ip_str); in attack_network()

12345678910>>...15