Searched refs:hosts (Results 1 - 24 of 24) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/aux/
H A Detrn.pl54 my @hosts = @ARGV;
59 if (!@hosts) {
60 push(@hosts, $hostname);
87 push(@hosts, $thishost)
100 push(@hosts, $thishost)
108 # Do this automatically if no client hosts are specified.
206 while (@hosts) {
207 $server = shift(@hosts);
/osnet-11/usr/src/cmd/sendmail/cf/sh/
H A Dcheck-hostname.sh44 # Check the `getent hosts $1` output, skipping the 1st entry (IP address).
47 for host in `getent hosts $1 | awk '{for (f=2; f <= NF; f++) print $f}'`
53 # Parse /etc/hosts, looking for $1 as an entry by itself, and try to find
59 for entry in `sed -e 's/#.*$//' /etc/hosts | \
77 # Check the `ypmatch $1 hosts` output, skipping the 1st entry (IP address).
80 for hst in `ypmatch $1 hosts | awk '{for (f=2; f <= NF; f++) print $f}'`
87 # $3 is the first entry for hosts in /etc/nsswitch.conf .
93 myipaddr=`getent hosts $myhost | head -1 | awk '{print $1}'`
98 set -- `grep "^$myipaddr[ ]" /etc/hosts 2>/dev/null`
103 echo "listing files first for hosts i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DDomain.pm146 my(@hosts);
148 @hosts = ($host,"localhost");
182 unshift(@hosts,@h);
188 foreach (grep {defined $_} @hosts) {
236 # For hosts that have no name, just an IP address
H A DTime.pm32 my $hosts = defined $host ? [ $host ] : $NetConfig{$pname . '_hosts'};
36 foreach $host (@$hosts)
H A DSMTP.pm29 my $hosts = defined $host ? $host : $NetConfig{smtp_hosts};
33 foreach $h (@{ref($hosts) ? $hosts : [ $hosts ]})
H A DPOP3.pm26 my $hosts = defined $host ? [ $host ] : $NetConfig{pop3_hosts};
31 foreach $h (@{$hosts})
H A DPing.pm1117 # for TCP ACK from any of the hosts in the SYN queue.
1157 # No $host passed so scan all hosts
1278 # Scan all hosts that are left
1284 # No hosts left to wait for
1404 # Like tcp protocol, but with many hosts
1428 hosts on a network. A ping object is first created with optional
1429 parameters, a variable number of hosts may be pinged multiple
1602 with the TCP ACK. The order in which the hosts are returned
1644 either udp or icmp. If many hosts are pinged frequently, you may wish
1652 Local hosts shoul
[all...]
H A DConfig.pm301 If true then C<make test> may attempt to connect to hosts given in the
H A DNNTP.pm30 my $hosts = defined $host ? [ $host ] : $NetConfig{nntp_hosts};
32 @{$hosts} = qw(news)
33 unless @{$hosts};
36 foreach $h (@{$hosts})
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL183 my @hosts;
191 @hosts = split(/\s+/, $ans);
193 while(@hosts && defined($def = test_hostnames(@hosts)));
195 \@hosts;
466 $msg = 'Enter a list of available NNTP hosts :';
475 $msg = 'Enter a list of available SMTP hosts :';
484 $msg = 'Enter a list of available POP3 hosts :';
492 $msg = 'Enter a list of available SNPP hosts :';
633 ###Enter a list of available SOCKS hosts
[all...]
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c85 static struct hostlist_s *hosts; variable in typeref:struct:hostlist_s
221 /* compare the amount of hosts in the hostlists */
436 DPRINT((dfile, "Configured %d hosts:\n", num_of_hosts));
621 * - if all hosts where tried tries again for retries number of times
726 current_host = hosts;
737 "the audit record to all hosts defined as p_hosts "
874 *error = strdup(gettext("no hosts configured"));
901 if (!hostlist_equal(hosts, hosts_new)) {
906 freehostlist(&hosts);
910 hosts
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm66 cannot be resolved, returns undef. For multi-homed hosts (hosts with
86 of the hosts ip addresses. (A particular machine can have
/osnet-11/usr/src/lib/brand/labeled/zone/
H A Dcommon.ksh81 ipaddr=$(getent hosts $ipaddr|nawk '{print $1}')
127 getent=$(getent hosts $ipaddr)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm192 endhostent User be done using hosts file
215 gethostent Network get next hosts record
315 sethostent Network prepare hosts file for use
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c2038 char **hosts, **users, **domains; local
2047 &hosts, &users, &domains,
2058 STRVAL(hosts[i]),
2066 irp_marshall_ng_next(hosts[i], users[i],
2074 if (irp_marshall_ng_next(hosts[i], users[i],
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c28 * all the Solaris frontends to lookup hosts, services, and netdir information
37 * dictates hosts/serv lookup policy.
588 /* Failover case, try hosts db for v4 address */
1024 /* Failover case, try hosts db for v4 address */
2163 int hosts, servs, i, j; local
2173 for (hn = he->h_aliases, hosts = 1; hn && *hn; hn++, hosts++) {};
2180 if ((hs = calloc(hosts * servs, sizeof (struct nd_hostserv))) == 0) {
2185 result->h_cnt = servs * hosts;
2188 for (i = 0, hn = he->h_aliases; i < hosts;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DINET.pm322 MultiHomed Try all adresses for multi-homed hosts
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm464 ghbyname ghbyaddr ghostent shostent ehostent -- hosts
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_metad.c698 * Add hosts to disksets.
725 args->hosts.hosts_len = node_c;
726 args->hosts.hosts_val = node_v;
747 dgettext(TEXT_DOMAIN, "metad add hosts"));
754 dgettext(TEXT_DOMAIN, "metad add hosts"));
1275 args->hosts.hosts_len = node_c;
1276 args->hosts.hosts_val = node_v;
1298 dgettext(TEXT_DOMAIN, "metad delete hosts"));
1305 dgettext(TEXT_DOMAIN, "metad delete hosts"));
3145 * Add mediator hosts t
[all...]
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_clnt.c542 princs, hosts, &plugin_decision,
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh1489 dsSearchBaseDN: ou=hosts,${LDAP_BASEDN}
1707 LDAP_SERVER_LIST=`getent hosts ${IDS_SERVER} | awk '{print $1}'`
3981 _INDEX2="${LDAP_DOMAIN}.gethostent;${LDAP_DOMAIN}_hosts_vlv_index;ou=hosts;objectClass=ipHost"
4000 _INDEX20="${LDAP_DOMAIN}.getip4ent;${LDAP_DOMAIN}_ip4_vlv_index;ou=hosts;&(objectClass=ipHost)(ipHostNumber=*.*)"
4001 _INDEX21="${LDAP_DOMAIN}.getip6ent;${LDAP_DOMAIN}_ip6_vlv_index;ou=hosts;&(objectClass=ipHost)(ipHostNumber=*:*)"
4913 aliases hosts services ethers profile printers projects \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH1674 * available to look up hosts by their IP addresses.
2508 * available to fseek beyond 32 bits (useful for ILP32 hosts).
2527 * available to ftell beyond 32 bits (useful for ILP32 hosts).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm3290 # Return the server port, taking virtual hosts into account
7634 When using virtual hosts, returns the name of the host that
7643 Like server_port() except that it takes virtual hosts into account.
7644 Use this when running with virtual hosts.
H A DCPAN.pm6963 special compiling is needed as you can access hosts directly.

Completed in 171 milliseconds