Searched refs:localhost (Results 26 - 39 of 39) sorted by relevance

12

/freebsd-9.3-release/share/examples/netgraph/
H A Dvirtual.chain226 # Make lo0 interface localhost.
227 jexec ${NODE_NAME} ifconfig lo0 localhost
H A Dvirtual.lan219 # Make lo0 interface localhost.
220 jexec ${NODE_NAME} ifconfig lo0 localhost
/freebsd-9.3-release/contrib/amd/fixmount/
H A Dfixmount.c65 static char localhost[] = "localhost"; variable
562 if ((hp = gethostbyname(host)) == 0 && !STREQ(host, localhost)) {
573 /* fake "localhost" */
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssltest.c819 char localhost[MAXHOSTNAMELEN + 2]; local
821 if (gethostname(localhost, sizeof localhost - 1) == 0) {
822 localhost[sizeof localhost - 1] = '\0';
823 if (strlen(localhost) == sizeof localhost - 1) {
824 BIO_printf(bio_err, "localhost name too long\n");
827 kssl_ctx_setstring(c_ssl->kssl_ctx, KSSL_SERVER, localhost);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dprincipal.c1187 char localhost[MAXHOSTNAMELEN]; local
1196 gethostname(localhost, sizeof(localhost));
1197 hostname = localhost;
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dlockd.c97 char localhost[] = "localhost"; variable
997 ret = callrpc("localhost", SM_PROG, SM_VERS, SM_UNMON_ALL,
1016 mon_host.mon_id.my_id.my_name = localhost;
/freebsd-9.3-release/etc/namedb/
H A Dnamed.conf125 // RFCs 1912, 5735 and 6303 (and BCP 32 for localhost)
126 zone "localhost" { type master; file "/etc/namedb/master/localhost-forward.db"; };
127 zone "127.in-addr.arpa" { type master; file "/etc/namedb/master/localhost-reverse.db"; };
130 // RFC 1912-style zone for IPv6 localhost address (RFC 6303)
131 zone "0.ip6.arpa" { type master; file "/etc/namedb/master/localhost-reverse.db"; };
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwresd.c804 struct in_addr localhost; local
807 localhost.s_addr = htonl(INADDR_LOOPBACK);
808 isc_sockaddr_fromin(&address, &localhost, port);
H A Dcontrolconf.c1370 struct in_addr localhost; local
1374 localhost.s_addr = htonl(INADDR_LOOPBACK);
1375 isc_sockaddr_fromin(&addr, &localhost, 0);
H A Dinterfacemgr.c540 /* First add localhost address */
542 result = dns_iptable_addprefix(mgr->aclenv.localhost->iptable,
718 result = clearacl(mgr->mctx, &mgr->aclenv.localhost);
/freebsd-9.3-release/contrib/bind9/bin/nsupdate/
H A Dnsupdate.c831 struct in_addr localhost; local
836 localhost.s_addr = htonl(INADDR_LOOPBACK);
837 isc_sockaddr_fromin(&servers[0], &localhost, dnsport);
1081 struct in_addr localhost; local
1092 localhost.s_addr = htonl(INADDR_LOOPBACK);
1093 isc_sockaddr_fromin(userserver, &localhost, dnsport);
1358 fprintf(stderr, "cannot reset server in localhost-only mode\n");
/freebsd-9.3-release/crypto/openssh/regress/
H A Dtest-exec.sh358 HostKeyAlias localhost-with-alias
392 printf 'localhost-with-alias,127.0.0.1,::1 '
/freebsd-9.3-release/contrib/dialog/samples/copifuncs/
H A Dcopi.funcs147 127.0.0.1 localhost $FQDN $HOST
373 localhost.$DOMAIN:Read Post:::*
/freebsd-9.3-release/share/examples/ppp/
H A Dppp.conf.sample565 set device localhost:ppploop

Completed in 102 milliseconds

12