/titanic_41/usr/src/cmd/svc/milestone/ |
H A D | net-svc | 227 }' /etc/inet/hosts > /tmp/hosts.$$ 228 mv_file /tmp/hosts.$$ /etc/inet/hosts 444 256 update_nss hosts 265 if dhcp_edits /etc/inet/hosts; then
|
/titanic_41/usr/src/cmd/sendmail/aux/ |
H A D | etrn.pl | 54 my @hosts = @ARGV; 59 if (!@hosts) { 60 push(@hosts, $hostname); 87 push(@hosts, $thishost) 100 push(@hosts, $thishost) 206 while (@hosts) { 207 $server = shift(@hosts);
|
/titanic_41/usr/src/cmd/sendmail/cf/sh/ |
H A D | check-hostname.sh | 47 for host in `getent hosts $1 | awk '{for (f=2; f <= NF; f++) print $f}'` 59 for entry in `sed -e 's/#.*$//' /etc/hosts | \ 80 for hst in `ypmatch $1 hosts | awk '{for (f=2; f <= NF; f++) print $f}'` 93 myipaddr=`getent hosts $myhost | head -1 | awk '{print $1}'` 98 set -- `grep "^$myipaddr[ ]" /etc/hosts 2>/dev/null`
|
/titanic_41/usr/src/man/man4/ |
H A D | Makefile | 78 hosts.4 \ 79 hosts.equiv.4 \ 224 hosts.allow.4 \ 225 hosts.deny.4 \ 262 rhosts.4 := LINKSRC = hosts.equiv.4 264 hosts.allow.4 := LINKSRC = hosts_access.4 265 hosts.deny.4 := LINKSRC = hosts_access.4
|
/titanic_41/usr/src/cmd/ypcmd/net_files/ |
H A D | Makefile | 81 all: passwd group hosts ipnodes ethers networks rpc services protocols \ 141 hosts.time: $(DIR)/hosts 142 @($(MULTI) $(B) -l $(DIR)/hosts); 143 @($(STDHOSTS) -w $(DIR)/hosts $(CHKPIPE))| \ 145 $(MAKEDBM) $(B) - $(YPDBDIR)/$(DOM)/hosts.byaddr; 146 @touch hosts.time; 148 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOM) hosts.byname; fi 149 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOM) hosts.byaddr; fi 269 netid.time: $(PWDIR)/passwd $(DIR)/group $(DIR)/hosts $(DIR)/netid 270 @$(MKNETID) -q -p $(PWDIR)/passwd -g $(DIR)/group -h $(DIR)/hosts -m $(DIR)/netid > .ypjunk; [all …]
|
H A D | nicknames | 5 hosts hosts.byname
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypxfr_2perday.sh | 34 ypxfr hosts.byname 35 ypxfr hosts.byaddr
|
H A D | multi.sh | 74 HOSTS=/etc/hosts
|
/titanic_41/usr/src/cmd/initpkg/ |
H A D | nscd.conf | 70 positive-time-to-live hosts 3600 71 negative-time-to-live hosts 5 72 keep-hot-count hosts 20 73 check-files hosts yes
|
/titanic_41/usr/src/cmd/netfiles/ |
H A D | nsswitch.dns | 30 # DNS for hosts lookups, otherwise it does not use any other naming service. 32 # "hosts:" and "services:" in this file are used only if the 44 hosts: files dns mdns 47 # before searching the hosts databases.
|
H A D | nsswitch.ad | 30 # hosts lookups; and files for the remaining databases. 43 # "hosts:" and "services:" in this file are used only if the 53 # before searching the hosts databases. 54 hosts: files dns
|
H A D | Makefile | 25 TXTS= nsswitch.conf netconfig hosts services 30 FILES= hosts services
|
H A D | nsswitch.ldap | 29 # "hosts:" and "services:" in this file are used only if the 40 hosts: files ldap 43 # before searching the hosts databases.
|
H A D | nsswitch.nis | 29 # "hosts:" and "services:" in this file are used only if the 40 hosts: files nis 43 # before searching the hosts databases.
|
H A D | nsswitch.files | 31 # "hosts:" and "services:" in this file are used only if the 36 hosts: files
|
H A D | nsswitch.conf | 32 hosts: files
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | gram.y | 356 insert(label, files, hosts, subcmds) in insert() argument 358 struct namelist *files, *hosts; 365 hosts = expand(hosts, E_ALL); 370 prnames(hosts); 376 for (h = hosts; h != NULL; oldh = h, h = h->n_next, free(oldh)) {
|
H A D | main.c | 425 struct namelist *files, *hosts; local 449 hosts = expand(&tnl, E_ALL); 465 prnames(hosts); 467 insert(NULL, files, hosts, cmds);
|
/titanic_41/usr/src/cmd/cmd-inet/etc/ |
H A D | Makefile | 23 SYMPROG= hosts inetd.conf networks protocols services netmasks 60 $(SYMLINK) ./hosts $@
|
/titanic_41/usr/src/lib/auditd_plugins/remote/ |
H A D | audit_remote.c | 81 static struct hostlist_s *hosts; variable 360 hosts_prev = hosts; in parsehosts() 362 hosts = hosts_new; in parsehosts() 363 current_host = hosts; in parsehosts() 653 current_host = hosts; in auditd_plugin() 823 freehostlist(&hosts); in auditd_plugin_close()
|
/titanic_41/usr/src/cmd/ipf/examples/ |
H A D | example.3 | 10 # allow a variety of individual hosts to send any type of IP packet to any 31 # allow any host to send any IP packet out to a limited number of hosts.
|
/titanic_41/usr/src/cmd/avs/rdc/ |
H A D | sndrsyncd.c | 75 char *hosts[MAXHOSTS]; member 1023 (host_list->hosts[i] == '\0')) { in cleanup_hostlist() 1029 if (strcmp(host_list->hosts[i], host) == 0) in cleanup_hostlist() 1036 exhost = host_list->hosts[i]; in cleanup_hostlist() 1044 host_list->hosts[k] = k < host_list->numhosts - 1 ? in cleanup_hostlist() 1045 host_list->hosts[k+1] : NULL; in cleanup_hostlist() 1076 if (strcmp(host, host_list->hosts[i]) == 0) { /* found it */ in remove_from_hostlist() 1077 exhost = host_list->hosts[i]; in remove_from_hostlist() 1084 host_list->hosts[k] = k < host_list->numhosts - 1 ? in remove_from_hostlist() 1085 host_list->hosts[k+1] : NULL; in remove_from_hostlist() [all …]
|
/titanic_41/usr/src/cmd/sendmail/cf/feature/ |
H A D | bestmx_is_local.m4 | 37 # lower cost method is to list all the expected best MX hosts 39 # low to medium traffic hosts. If you use the limited bestmx
|
H A D | relay_based_on_MX.m4 | 19 # MX map (to allow relaying to hosts that we MX for)
|
/titanic_41/usr/src/cmd/lvm/util/ |
H A D | metaset.c | 411 int hosts = FALSE; in parse_add() local 445 if (meds == TRUE || hosts == TRUE) in parse_add() 454 hosts = TRUE; in parse_add() 459 if (hosts == TRUE || meds == TRUE) in parse_add() 472 if (hosts == TRUE || meds == TRUE) in parse_add() 487 if (auto_take && hosts != TRUE) in parse_add() 496 if (hosts == TRUE) { in parse_add() 977 int hosts = FALSE; in parse_del() local 1001 if (meds == TRUE || hosts == TRUE) in parse_del() 1006 hosts = TRUE; in parse_del() [all …]
|