Home
last modified time | relevance | path

Searched refs:hostinfo (Results 1 – 25 of 4557) sorted by relevance

12345678910>>...183

/dports/net-mgmt/nbtscan/nbtscan-1.7.1/src/
H A Dnbtscan.c122 if(hostinfo->header) { in d_print_hostinfo()
137 if(hostinfo->names) { in d_print_hostinfo()
147 if(hostinfo->footer) { in d_print_hostinfo()
149 hostinfo->footer->adapter_address[0], hostinfo->footer->adapter_address[1], in d_print_hostinfo()
150 hostinfo->footer->adapter_address[2], hostinfo->footer->adapter_address[3], in d_print_hostinfo()
151 hostinfo->footer->adapter_address[4], hostinfo->footer->adapter_address[5]); in d_print_hostinfo()
190 if(hostinfo->header && hostinfo->names) { in v_print_hostinfo()
216 if(hostinfo->footer) { in v_print_hostinfo()
238 if(hostinfo->header && hostinfo->names) { in print_hostinfo()
268 if(hostinfo->footer) { in print_hostinfo()
[all …]
/dports/net-mgmt/sysmon/sysmon-0.93/misc/
H A Dcisco-conf2sysmon.pl38 if( $hostinfo[0] ne '' and
43 print OUT "object $host-$hostinfo[0] {\n";
44 print OUT " ip \"$hostinfo[1]\";\n";
46 print OUT " desc \"$host-$hostinfo[0] $hostinfo[2]\";\n";
50 $hostinfo[0] = '';
51 $hostinfo[1] = '';
52 $hostinfo[2] = '';
62 ($hostinfo[1], $temp) = split( / /, $temp );
67 if ( $hostinfo[0] ne '')
78 if( $hostinfo[0] ne '' and
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr-util/uri/
H A Dapr_uri.c336 hostinfo = s; in apr_uri_parse()
341 uptr->hostinfo = apr_pstrmemdup(p, hostinfo, uri - hostinfo); in apr_uri_parse()
361 s = memchr(hostinfo, ']', uri - hostinfo); in apr_uri_parse()
370 s = memchr(hostinfo, ':', uri - hostinfo); in apr_uri_parse()
398 s1 = memchr(hostinfo, ':', s - hostinfo); in apr_uri_parse()
400 uptr->user = apr_pstrmemdup(p, hostinfo, s1 - hostinfo); in apr_uri_parse()
405 uptr->user = apr_pstrmemdup(p, hostinfo, s - hostinfo); in apr_uri_parse()
407 hostinfo = s + 1; in apr_uri_parse()
430 uptr->hostinfo = apr_pstrdup(p, hostinfo); in apr_uri_parse_hostinfo()
442 ++hostinfo; in apr_uri_parse_hostinfo()
[all …]
/dports/devel/apr1/apr-util-1.6.1/uri/
H A Dapr_uri.c836 hostinfo = s; in apr_uri_parse()
841 uptr->hostinfo = apr_pstrmemdup(p, hostinfo, uri - hostinfo); in apr_uri_parse()
861 s = memchr(hostinfo, ']', uri - hostinfo); in apr_uri_parse()
870 s = memchr(hostinfo, ':', uri - hostinfo); in apr_uri_parse()
898 s1 = memchr(hostinfo, ':', s - hostinfo); in apr_uri_parse()
900 uptr->user = apr_pstrmemdup(p, hostinfo, s1 - hostinfo); in apr_uri_parse()
905 uptr->user = apr_pstrmemdup(p, hostinfo, s - hostinfo); in apr_uri_parse()
907 hostinfo = s + 1; in apr_uri_parse()
930 uptr->hostinfo = apr_pstrdup(p, hostinfo); in apr_uri_parse_hostinfo()
942 ++hostinfo; in apr_uri_parse_hostinfo()
[all …]
/dports/irc/muh/muh-2.2a/src/
H A Dirc.c27 struct hostent *hostinfo; variable
156 return hostinfo; in name_lookup()
159 return hostinfo; in name_lookup()
185 memcpy((char *)&addr.sin6_addr, hostinfo->h_addr, hostinfo->h_length); in sock_bind()
207 if(hostinfo) in sock_bindlookedup()
209 memcpy((char *)&addr.sin6_addr, hostinfo->h_addr, hostinfo->h_length); in sock_bindlookedup()
259 if( hostinfo ) in sock_bindlookedup()
332 if( hostinfo ) { in sock_accept()
429 hostinfo = 0; in irc_connect()
451 memcpy( (char *)&addr.sin6_addr, hostinfo->h_addr, hostinfo->h_length ); in irc_connect()
[all …]
/dports/security/nmap/nmap-7.91/scripts/
H A Dsmb-brute.nse226 --@param hostinfo The hostinfo table.
249 --@param hostinfo The hostinfo table.
270 --@param hostinfo The hostinfo table.
295 --@param hostinfo The hostinfo table.
354 --@param hostinfo The hostinfo table.
383 --@param hostinfo The hostinfo table.
460 --@param hostinfo The hostinfo table.
670 --@param hostinfo The hostinfo table.
679 --@param hostinfo The hostinfo table
711 --@param hostinfo The hostinfo table.
[all …]
/dports/www/moodle39/moodle/mnet/
H A Dpeer.php246 if ($hostinfo != false) {
247 $this->populate($hostinfo);
271 $this->populate($hostinfo);
284 function populate($hostinfo) { argument
286 $this->id = $hostinfo->id;
287 $this->wwwroot = $hostinfo->wwwroot;
288 $this->ip_address = $hostinfo->ip_address;
289 $this->name = $hostinfo->name;
290 $this->deleted = $hostinfo->deleted;
291 $this->public_key = $hostinfo->public_key;
[all …]
/dports/www/moodle310/moodle/mnet/
H A Dpeer.php246 if ($hostinfo != false) {
247 $this->populate($hostinfo);
271 $this->populate($hostinfo);
284 function populate($hostinfo) { argument
286 $this->id = $hostinfo->id;
287 $this->wwwroot = $hostinfo->wwwroot;
288 $this->ip_address = $hostinfo->ip_address;
289 $this->name = $hostinfo->name;
290 $this->deleted = $hostinfo->deleted;
291 $this->public_key = $hostinfo->public_key;
[all …]
/dports/www/moodle311/moodle/mnet/
H A Dpeer.php246 if ($hostinfo != false) {
247 $this->populate($hostinfo);
271 $this->populate($hostinfo);
284 function populate($hostinfo) { argument
286 $this->id = $hostinfo->id;
287 $this->wwwroot = $hostinfo->wwwroot;
288 $this->ip_address = $hostinfo->ip_address;
289 $this->name = $hostinfo->name;
290 $this->deleted = $hostinfo->deleted;
291 $this->public_key = $hostinfo->public_key;
[all …]
/dports/www/wikicalc/wikicalc/
H A DWKCDataFiles.pm113 my %hostinfo;
571 %hostinfo = ();
595 return \%hostinfo;
607 my ($params, $hostinfo) = @_;
618 if ($hostinfo->{requirelogin}) {
679 my ($lines, $hostinfo) = @_;
683 $hostinfo->{hosts} ||= {};
684 $hostinfo->{sites} ||= {};
687 my $hostsvalues = $hostinfo->{hosts};
688 my $sitesvalues = $hostinfo->{sites};
[all …]
H A DWKCPageCommands.pm650 my $hostinfo = get_hostinfo($params);
726 my $hostinfo = get_hostinfo($params);
728 if (!$hostinfo->{sites}->{$newsite}) {
801 my $hostinfo = get_hostinfo($params);
1018 my $hostinfo = get_hostinfo($params);
1162 my $hostinfo = get_hostinfo($params);
1520 my $hostinfo = get_hostinfo($params);
1695 my $hostinfo = get_hostinfo($params);
1762 my $hostinfo = get_hostinfo($params);
1807 my $hostinfo = get_hostinfo($params);
[all …]
H A DWKCToolsCommands.pm411 my $hostinfo = get_hostinfo($params);
413 my $nsites = (scalar keys %{$hostinfo->{sites}}) || 1;
417 $requirelogin{$hostinfo->{requirelogin}} = " CHECKED";
481 foreach my $sitename (sort keys %{$hostinfo->{sites}}) {
547 foreach my $sitename (sort keys %{$hostinfo->{sites}}) {
641 my $hostinfo = get_hostinfo($params);
643 foreach my $sitename (sort keys %{$hostinfo->{sites}}) {
1168 my $hostinfo = get_hostinfo($params);
1353 my $hostinfo = get_hostinfo($params);
1355 $hostinfo->{requirelogin} = $params->{editrequirelogin};
[all …]
H A DWKCBackupCommands.pm50 my ($params, $hiddenfields, $hostinfo) = @_;
57 my $sitedata = $hostinfo->{sites}->{$sitename};
62 my $longsitename = special_chars($hostinfo->{sites}->{$sitename}->{longname});
69 my $currentauthor = $hostinfo->{sites}->{$sitename}->{authoronhost};
74 my $siok = update_siteinfo($params, $hostinfo, $siteinfo);
111 $errstr = delete_specific_file($params, $hostinfo, $sitename, $filename);
132 $ok = save_hostinfo($params, $hostinfo);
252 my $filepath = get_page_edit_path($params, $hostinfo, $sitename, "all");
269 my $warnmsg = get_warnmsg($params, $hostinfo, $siteinfo, $shortname);
377 get_page_backup_list($params, $hostinfo, $sitename, "", \%backuplist);
[all …]
/dports/irc/miau/miau-0.6.6/src/
H A Dirc.c243 if (hostinfo != NULL) { in name_lookup()
244 return hostinfo; in name_lookup()
248 if (hostinfo != NULL) { in name_lookup()
249 return hostinfo; in name_lookup()
280 hostinfo->h_length); in sock_bind()
306 if (hostinfo) { in sock_bindlookedup()
366 if (hostinfo) { in sock_bindlookedup()
455 if (hostinfo) { in sock_accept()
785 hostinfo = 0; in irc_connect()
815 memcpy((char *) &addr.sin6_addr, hostinfo->h_addr, hostinfo->h_length); in irc_connect()
[all …]
/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Drobots.c35 UDM_ROBOT* UdmRobotFind(UDM_ROBOTS *Robots,const char *hostinfo){ in UdmRobotFind() argument
41 if(!strcasecmp(hostinfo, Robots->Robot[i].hostinfo)) in UdmRobotFind()
53 if((robot=UdmRobotFind(Robots, hostinfo))!=NULL) in DeleteRobotRules()
65 UDM_ROBOT* UdmRobotAddEmpty(UDM_ROBOTS *Robots,const char *hostinfo) in UdmRobotAddEmpty() argument
75 Robots->Robot[Robots->nrobots].hostinfo= (char*)UdmStrdup(hostinfo); in UdmRobotAddEmpty()
107 UDM_FREE(Robots->Robot[i].hostinfo); in UdmRobotListFree()
128 if((robot=UdmRobotFind(Robots, UDM_NULL2EMPTY(URL->hostinfo)))!=NULL) in UdmRobotRuleFind()
158 const char *src, size_t srclen, const char *hostinfo) in UdmRobotParse() argument
169 robot= DeleteRobotRules(Robots,hostinfo); in UdmRobotParse()
171 robot= UdmRobotAddEmpty(Robots, hostinfo); in UdmRobotParse()
[all …]
/dports/www/htmlcxx/htmlcxx-0.87/html/
H A DUri.cc129 const char *hostinfo; in init() local
195 hostinfo = s; in init()
196 DEBUGP("Hostinfo is %s\n", hostinfo); in init()
211 if (s < hostinfo) { in init()
218 s = (char *)memchr(hostinfo, ':', uri - hostinfo); in init()
221 mHostname.assign(hostinfo, uri - hostinfo); in init()
225 mHostname.assign(hostinfo, s - hostinfo); in init()
243 s1 = (char *)memchr(hostinfo, ':', s - hostinfo); in init()
245 mUser.assign(hostinfo, s1 - hostinfo); in init()
250 mUser.assign(hostinfo, s - hostinfo); in init()
[all …]
/dports/games/netradiant/netradiant-20150621-src/tools/quake3/q3map2/
H A Dlisten.pl21 $hostinfo = gethostbyaddr( $client->peeraddr );
22 printf "[Connect from %s]\n\n", $hostinfo ? $hostinfo->name : $client->peerhost;
44 printf "\n[Disconnected: %s]\n\n", $hostinfo ? $hostinfo->name : $client->peerhost;
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake3/q3map2/
H A Dlisten.pl21 $hostinfo = gethostbyaddr( $client->peeraddr );
22 printf "[Connect from %s]\n\n", $hostinfo ? $hostinfo->name : $client->peerhost;
44 printf "\n[Disconnected: %s]\n\n", $hostinfo ? $hostinfo->name : $client->peerhost;
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/PHPMailer/
H A Dclass.phpmaileroauth.php118 $hostinfo = array();
119 …if (!preg_match('/^((ssl|tls):\/\/)*([a-zA-Z0-9\.-]*):?([0-9]*)$/', trim($hostentry), $hostinfo)) {
131 if ('ssl' == $hostinfo[2] or ('' == $hostinfo[2] and 'ssl' == $this->SMTPSecure)) {
135 } elseif ($hostinfo[2] == 'tls') {
148 $host = $hostinfo[3];
150 $tport = (int) $hostinfo[4];
/dports/mail/phpmailer/PHPMailer-5.2.28/
H A Dclass.phpmaileroauth.php108 $hostinfo = array();
109 …if (!preg_match('/^((ssl|tls):\/\/)*([a-zA-Z0-9\.-]*):?([0-9]*)$/', trim($hostentry), $hostinfo)) {
121 if ('ssl' == $hostinfo[2] or ('' == $hostinfo[2] and 'ssl' == $this->SMTPSecure)) {
125 } elseif ($hostinfo[2] == 'tls') {
138 $host = $hostinfo[3];
140 $tport = (integer)$hostinfo[4];
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/all/libraries/phpmailer/
H A Dclass.phpmaileroauth.php108 $hostinfo = array();
109 …if (!preg_match('/^((ssl|tls):\/\/)*([a-zA-Z0-9\.-]*):?([0-9]*)$/', trim($hostentry), $hostinfo)) {
121 if ('ssl' == $hostinfo[2] or ('' == $hostinfo[2] and 'ssl' == $this->SMTPSecure)) {
125 } elseif ($hostinfo[2] == 'tls') {
138 $host = $hostinfo[3];
140 $tport = (integer)$hostinfo[4];
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/mail/phpmailer/
H A Dclass.phpmaileroauth.php108 $hostinfo = array();
109 …if (!preg_match('/^((ssl|tls):\/\/)*([a-zA-Z0-9\.-]*):?([0-9]*)$/', trim($hostentry), $hostinfo)) {
121 if ('ssl' == $hostinfo[2] or ('' == $hostinfo[2] and 'ssl' == $this->SMTPSecure)) {
125 } elseif ($hostinfo[2] == 'tls') {
138 $host = $hostinfo[3];
140 $tport = (integer)$hostinfo[4];
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/phpmailer/phpmailer/
H A Dclass.phpmaileroauth.php108 $hostinfo = array();
109 …if (!preg_match('/^((ssl|tls):\/\/)*([a-zA-Z0-9\.-]*):?([0-9]*)$/', trim($hostentry), $hostinfo)) {
121 if ('ssl' == $hostinfo[2] or ('' == $hostinfo[2] and 'ssl' == $this->SMTPSecure)) {
125 } elseif ($hostinfo[2] == 'tls') {
138 $host = $hostinfo[3];
140 $tport = (integer)$hostinfo[4];
/dports/www/retawq/retawq-0.2.6c/
H A Dcookie.c132 { tCookie *c = hostinfo->cookies, *next; in cookie_remove()
143 hostinfo->cookiecount--; in cookie_remove()
148 { tCookie* cookie = hostinfo->cookies; in cookie_remove_expired()
166 { tCookie* c = hostinfo->cookies; in cookie_lookup()
186 const tCachedHostInformation* hostinfo; in cookie_config_allows() local
438 tCookie* c = hostinfo->cookies; in cookie_storable_h()
808 hostinfo->cookies = lcookie; hostinfo->cookiecount++; in cookie_handle_text()
867 while (hostinfo != NULL) in cookie_collect()
950 hostinfo = hostinfo->next; in cookie_collect()
990 hostinfo) in cookie_reviewlist()
[all …]
/dports/www/mnogosearch/mnogosearch-3.4.1/include/
H A Dudm_robots.h21 UDM_ROBOT* UdmRobotFind(UDM_ROBOTS *Robots,const char *hostinfo);
22 UDM_ROBOT* UdmRobotAddEmpty(UDM_ROBOTS *Robots,const char *hostinfo);
28 const char *hostinfo);
33 const char *hostinfo);

12345678910>>...183