Searched refs:localhost (Results 1 – 25 of 36) sorted by relevance
12
/external/netcat/scripts/ |
D | dist.sh | 12 echo "<36>elite: ${SRC}" | ./nc -u -w 1 localhost 514 > /dev/null 2>&1 22 echo "<36>elite: done" | ./nc -u -w 1 localhost 514 > /dev/null 2>&1
|
/external/ppp/pppd/plugins/radius/etc/ |
D | radiusclient.conf | 37 authserver localhost:1812 42 acctserver localhost:1813
|
D | radiusclient.conf.in | 37 authserver localhost:1812 42 acctserver localhost:1813
|
/external/dhcpcd/dhcpcd-hooks/ |
D | 30-hostname | 6 ""|"(none)"|localhost|localhost.localdomain)
|
/external/openssl/ssl/ |
D | ssltest.c | 991 char localhost[MAXHOSTNAMELEN+2]; in main() local 993 if (gethostname(localhost, sizeof localhost-1) == 0) in main() 995 localhost[sizeof localhost-1]='\0'; in main() 996 if(strlen(localhost) == sizeof localhost-1) in main() 1002 localhost); in main()
|
/external/netperf/ |
D | netlib.c | 2628 char *localhost, in establish_control_internal() argument 2651 localhost, in establish_control_internal() 2703 error = getaddrinfo((char *)localhost, in establish_control_internal() 2711 localhost, in establish_control_internal() 2722 localhost, in establish_control_internal() 2732 dump_addrinfo(where, local_res, localhost, localport, locfam); in establish_control_internal() 2772 localhost, in establish_control_internal() 2847 char *localhost, in establish_control() argument 2856 localhost, in establish_control() 2862 localhost,localport,inet_ftos(locfam), in establish_control()
|
/external/openssl/ |
D | README.android | 70 …nf -x509 -nodes -days 365 -subj '/C=US/ST=California/L=Mountain View/CN=localhost' -newkey rsa:102… 72 adb shell am start https://localhost:4433 # confirm result in browser
|
/external/openssl/crypto/dh/ |
D | example | 15 Received: (karn@localhost) by servo.qualcomm.com (8.6.12/QC-BSD-2.5.1)
|
/external/webkit/LayoutTests/http/conf/ |
D | fedora-httpd.conf | 258 ServerAdmin root@localhost
|
/external/chromium/googleurl/ |
D | README.txt | 64 this type of URL. Note that it may have a hostname! "localhost" is allowed, 65 for example "file://localhost/foo" is the same as "file:///foo".
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | ResourceLoadDelegate.mm | 146 && NSOrderedSame != [host caseInsensitiveCompare:@"localhost"]) {
|
D | FrameLoadDelegate.mm | 187 …// is set to log frame load delegate calls we ignore SSL certificate errors on localhost and 127.0…
|
D | DumpRenderTree.mm | 632 …// is set to log frame load delegate calls we ignore SSL certificate errors on localhost and 127.0… 637 [NSURLRequest setAllowsAnyHTTPSCertificate:YES forHost:@"localhost"];
|
/external/tcpdump/tests/ |
D | print-AA.new | 13 Host: localhost
|
D | print-AA.out | 13 Host: localhost
|
D | print-A.out | 13 Host: localhost
|
D | print-A.new | 13 Host: localhost
|
/external/netcat/ |
D | README | 486 "localhost". This may not work for dedicated X terminals, but it may be 495 nc -v -l -s <your-addr> -p 6000 localhost 2 640 of your binding, especially in the case of localhost. Check first. If you can 758 nc -l -p someport -e foo localhost & 759 telnet localhost someport 766 ones?] when binding in listen mode. Sometimes netcat binds only to "localhost" 772 in the makefile for SOCKS. On the flip side, binding to localhost and sending
|
/external/wpa_supplicant/ |
D | defconfig | 178 # udp = UDP sockets using localhost (127.0.0.1)
|
/external/webkit/WebKit/mac/Misc/ |
D | WebNSURLExtras.mm | 860 // Take off localhost for file 862 return ([result _web_isCaseInsensitiveEqualToCString:"localhost"]) ? nil : result;
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-8 | 23 * glib/gutils.c (g_get_any_init): Use "localhost" as fallback for 211 return "localhost" hostnames. 214 (safe_strcmp_hostname): New function that considers "localhost"
|
/external/webkit/WebKit/ |
D | StringsNotToBeLocalized.txt | 633 "localhost"
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | defconfig | 209 # udp = UDP sockets using localhost (127.0.0.1)
|
D | .config | 206 # udp = UDP sockets using localhost (127.0.0.1)
|
/external/qemu/ |
D | qemu-options.hx | 981 telnet localhost 5555 984 Then when you use on the host @code{telnet localhost 5555}, you 1174 localhost 5555
|
12