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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/tridge/
H A Dsmb.conf11 hosts allow = 192.0.2. localhost
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dipvaddr.tex103 Set address to localhost (127.0.0.1). Whenever possible, use the
H A Dipcclint.tex47 under UNIX - use 'localhost' for same machine; ignored when using
H A Dtipc.tex112 with arguments host name (processed in Unix only, use `localhost'
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssltest.c842 char localhost[MAXHOSTNAMELEN+2]; local
844 if (gethostname(localhost, sizeof localhost-1) == 0)
846 localhost[sizeof localhost-1]='\0';
847 if(strlen(localhost) == sizeof localhost-1)
849 BIO_printf(bio_err,"localhost name too long\n");
853 localhost);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c842 char localhost[MAXHOSTNAMELEN+2]; local
844 if (gethostname(localhost, sizeof localhost-1) == 0)
846 localhost[sizeof localhost-1]='\0';
847 if(strlen(localhost) == sizeof localhost-1)
849 BIO_printf(bio_err,"localhost name too long\n");
853 localhost);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssltest.c1690 char localhost[MAXHOSTNAMELEN + 2]; local
1692 if (gethostname(localhost, sizeof localhost - 1) == 0) {
1693 localhost[sizeof localhost - 1] = '\0';
1694 if (strlen(localhost) == sizeof localhost - 1) {
1695 BIO_printf(bio_err, "localhost name too long\n");
1698 kssl_ctx_setstring(c_ssl->kssl_ctx, KSSL_SERVER, localhost);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssltest.c1690 char localhost[MAXHOSTNAMELEN + 2]; local
1692 if (gethostname(localhost, sizeof localhost - 1) == 0) {
1693 localhost[sizeof localhost - 1] = '\0';
1694 if (strlen(localhost) == sizeof localhost - 1) {
1695 BIO_printf(bio_err, "localhost name too long\n");
1698 kssl_ctx_setstring(c_ssl->kssl_ctx, KSSL_SERVER, localhost);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dsmtp.c1991 char localhost[HOSTNAME_MAX + 1]; local
1995 if(!Curl_gethostname(localhost, sizeof(localhost)))
1996 path = localhost;
1998 path = "localhost";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dreputils.tcl369 # to localhost should be a few 10s usecs.
2043 set sock [socket -server Unused -myaddr localhost 0]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Mandrake/
H A Dsamba2.spec1179 echo 127.0.0.1 localhost > $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/lmhosts
1196 command="gnome-moz-remote http://localhost:901/" \
1203 command="sh -c '\$BROWSER http://localhost:901/'" \

Completed in 91 milliseconds

12