Searched refs:localhost (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dt_getaddrinfo.sh37 # Determine if localhost has an IPv6 address or not
40 awk '/ localhost($| )/ {printf "%s ", $1}' )
73 $TEST localhost http
76 $TEST localhost tftp
79 $TEST localhost echo ) > out 2>&1
93 ( $TEST -4 localhost http
94 $TEST -6 localhost http ) > out 2>&1
133 $TEST localhost ''
148 ( $TEST -R -p 0 localhost ''
149 $TEST -R -p 59 localhost ''
[all...]
H A Dunsup_fam.exp1 arg: flags 0x2 family 99 socktype 0 protocol 0 addrlen 0 host localhost serv (empty)
H A Dsock_raw_v4.exp1 arg: flags 0x2 family 0 socktype 3 protocol 0 addrlen 0 host localhost serv (empty)
4 arg: flags 0x2 family 0 socktype 3 protocol 59 addrlen 0 host localhost serv (empty)
7 arg: flags 0x2 family 0 socktype 3 protocol 59 addrlen 0 host localhost serv 80
9 arg: flags 0x2 family 0 socktype 3 protocol 59 addrlen 0 host localhost serv www
H A Dspec_fam_v4.exp1 arg: flags 0x2 family 2 socktype 0 protocol 0 addrlen 0 host localhost serv http
5 arg: flags 0x2 family 24 socktype 0 protocol 0 addrlen 0 host localhost serv http
H A Dspec_fam_v4v6.exp1 arg: flags 0x2 family 2 socktype 0 protocol 0 addrlen 0 host localhost serv http
5 arg: flags 0x2 family 24 socktype 0 protocol 0 addrlen 0 host localhost serv http
H A Dsock_raw_v4v6.exp1 arg: flags 0x2 family 0 socktype 3 protocol 0 addrlen 0 host localhost serv (empty)
5 arg: flags 0x2 family 0 socktype 3 protocol 59 addrlen 0 host localhost serv (empty)
9 arg: flags 0x2 family 0 socktype 3 protocol 59 addrlen 0 host localhost serv 80
11 arg: flags 0x2 family 0 socktype 3 protocol 59 addrlen 0 host localhost serv www
H A Dbasics_v4.exp9 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host localhost serv http
21 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host localhost serv tftp
33 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host localhost serv echo
H A Dbasics_v4v6.exp9 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host localhost serv http
23 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host localhost serv tftp
37 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host localhost serv echo
H A Dno_serv_v4.exp9 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host localhost serv (empty)
H A Dno_serv_v4v6.exp9 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host localhost serv (empty)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.udp.ksh56 rup localhost
H A Dtst.icmp.ksh61 ping -A inet localhost
/freebsd-11-stable/contrib/amd/amd/
H A Dsrvr_amfs_auto.c41 * Automount FS server ("localhost") modeling
54 static fserver *localhost; variable
63 fserver *fs = localhost;
68 fs->fs_host = xstrdup("localhost");
81 localhost = fs;
/freebsd-11-stable/release/picobsd/floppy.tree/etc/
H A Dsnmpd.conf13 # % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.10
17 # % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.101
21 # % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.100
31 com2sec local localhost private
H A Drc.conf.defaults156 echo "No ethernets found, using localhost"
157 hostname=localhost
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c657 struct sockaddr_in localhost; local
683 memset(&localhost, 0, sizeof(localhost));
685 localhost.sin_port = 0; /* pick-a-port */
686 localhost.sin_addr.s_addr = htonl(0x7f000001L);
687 localhost.sin_family = AF_INET;
688 sa = (struct sockaddr *)&localhost;
691 16, sa, sizeof(localhost));
711 tt_want(!bufferevent_socket_connect(bev1, sa, sizeof(localhost)));
712 tt_want(!bufferevent_socket_connect(bev2, sa, sizeof(localhost)));
764 struct sockaddr_in localhost; local
1031 struct sockaddr_in localhost; local
[all...]
/freebsd-11-stable/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh98 # lines that don't point to localhost and return their values.
108 127.0.0.1|::1|localhost|localhost.*)
121 # lines. Comment out any that don't point to localhost. Finally,
122 # append a nameserver line that points to localhost, if there wasn't
126 local localhost=no
135 127.0.0.1|::1|localhost|localhost.*)
136 localhost=yes
153 if [ "${localhost}"
[all...]
/freebsd-11-stable/contrib/amd/amq/
H A Dpawd.c58 static char *localhost = "localhost"; variable
71 return localhost;
79 return localhost;
191 server = localhost;
H A Damq.c66 static char localhost[] = "localhost"; variable
67 static char *def_server = localhost;
552 if (def_server == localhost)
561 if ((hp = gethostbyname(server)) == 0 && !STREQ(server, localhost)) {
573 /* fake "localhost" */
/freebsd-11-stable/crypto/openssh/regress/
H A Dmultiplex.sh122 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L $P:localhost:$PORT otherhost \
126 ${SSH} -F $OBJ/ssh_config -S $CTL -Ocancel -L $P:localhost:$PORT otherhost \
132 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -R $P:localhost:$PORT otherhost \
136 ${SSH} -F $OBJ/ssh_config -S $CTL -Ocancel -R $P:localhost:$PORT otherhost \
142 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L $OBJ/unix-1.fwd:localhost:$PORT otherhost \
146 ${SSH} -F $OBJ/ssh_config -S $CTL -Ocancel -L $OBJ/unix-1.fwd:localhost:$PORT otherhost \
153 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -R $OBJ/unix-1.fwd:localhost:$PORT otherhost \
157 ${SSH} -F $OBJ/ssh_config -S $CTL -Ocancel -R $OBJ/unix-1.fwd:localhost:$PORT otherhost \
H A Ddynamic-forward.sh40 for h in 127.0.0.1 localhost; do
/freebsd-11-stable/libexec/rshd/
H A Drshd.c581 char localhost[MAXHOSTNAMELEN]; local
584 localhost[0] = 0;
585 (void) gethostname(localhost, sizeof(localhost) - 1);
586 localhost[sizeof(localhost) - 1] = '\0';
588 p1 = topdomain(localhost);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h97 bool ConvertArgumentsForLaunchingInShell(Status &error, bool localhost,
/freebsd-11-stable/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

Completed in 144 milliseconds

12