Searched refs:HOSTS (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/ypserv/ |
H A D | Makefile.yp | 107 HOSTS = $(YPSRCDIR)/hosts 197 IPNODES= $(HOSTS) 401 hosts.byname: $(HOSTS) 404 print $$n"\t"$$0 }' $(HOSTS) | $(DBLOAD) ${B} -i $(HOSTS) \ 411 hosts.byaddr: $(HOSTS) 413 @$(AWK) '/^[0-9.]+[\t ]/ { print $$1"\t"$$0 }' $(HOSTS) \ 414 | $(DBLOAD) ${B} -i $(HOSTS) -o $(YPMAPDIR)/$@ - $(TMP); \ 607 netid.byname: $(GROUP) $(PASSWD) $(HOSTS) 609 @$(MKNETID) -q -p $(PASSWD) -g $(GROUP) -h $(HOSTS) -n $(NETID) \
|
/freebsd/crypto/openssh/regress/ |
H A D | cert-hostkey.sh | 40 HOSTS='localhost-with-alias,127.0.0.1,::1' 44 printf "@cert-authority $HOSTS " 103 -n $HOSTS $OBJ/cert_host_key_${ktype} || 246 test_one "user-certificate" failure "-n $HOSTS" 267 -n $HOSTS $OBJ/cert_host_key_${ktype} || 270 printf "$HOSTS " 308 -n $HOSTS $OBJ/cert_host_key_${kt} ||
|
/freebsd/contrib/unbound/contrib/ |
H A D | build-unbound-localzone-from-hosts.pl | 11 open( HOSTS,"<${hostsfile}" ) or die( "Could not open ${hostsfile}: $!" ); 19 while ( my $hostline = <HOSTS> ) {
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64lsn.c | 196 #define HOSTS(c, v) ((c)->hosts_hash[(v) & ((c)->hosts_hashsize - 1)]) macro 1013 CK_SLIST_FOREACH(host, &HOSTS(cfg, ji->src6_hval), entries) { in nat64lsn_alloc_host() 1063 CK_SLIST_INSERT_HEAD(&HOSTS(cfg, ji->src6_hval), host, entries); in nat64lsn_alloc_host() 1542 CK_SLIST_FOREACH(host, &HOSTS(cfg, hval), entries) { in nat64lsn_translate6()
|