HomeSort by relevance Sort by last modified time
    Searched full:http6port (Results 1 - 15 of 15) sorted by null

  /external/curl/tests/data/
test1408 51 -c log/jar1408 -g http://%HOST6IP:%HTTP6PORT/path/14080001 http://%HOST6IP:%HTTP6PORT/path/14080002
63 Host: %HOST6IP:%HTTP6PORT
67 Host: %HOST6IP:%HTTP6PORT
test240 41 -g "http://%HOST6IP:%HTTP6PORT/240"
53 Host: %HOST6IP:%HTTP6PORT
test241 36 -g "http://ip6-localhost:%HTTP6PORT/241"
51 Host: ip6-localhost:%HTTP6PORT
test242 36 -g "http://foobar:barfoo@%HOST6IP:%HTTP6PORT/242"
48 Host: %HOST6IP:%HTTP6PORT
test1046 39 -g "http://%HOST6IP:%HTTP6PORT/1046" --interface ::1
55 Host: %HOST6IP:%HTTP6PORT
test1083 39 -g "http://%HOST6IP:%HTTP6PORT/1083" --interface ip6-localhost
54 Host: %HOST6IP:%HTTP6PORT
test1085 32 -g "http://%HOST6IP:%HTTP6PORT/1085" --interface non-existing-host.haxx.se.
test263 36 -g -x "http://%HOST6IP:%HTTP6PORT" http://veryveryremotesite.com/263
test1056 60 perl -e "print 'Test requires default test server host and port' if ( '%HOST6IP' ne '[::1]' || '%HTTP6PORT' ne '8994' );"
76 Host: %HOST6IP:%HTTP6PORT
  /external/libvncserver/libvncserver/
httpd.c 127 if (rfbScreen->http6Port == 0) {
128 rfbScreen->http6Port = rfbScreen->ipv6port-100;
132 = rfbListenOnTCP6Port(rfbScreen->http6Port, rfbScreen->listen6Interface)) < 0) {
136 rfbLog("Listening for HTTP connections on TCP6 port %d\n", rfbScreen->http6Port);
137 rfbLog(" URL http://%s:%d\n",rfbScreen->thisHost,rfbScreen->http6Port);
cargs.c 174 rfbScreen->http6Port = atoi(argv[++i]);
main.c 846 screen->http6Port=0;
  /external/curl/tests/
FILEFORMAT 337 %HTTP6PORT - IPv6 port number of the HTTP server
runtests.pl 122 my $HTTP6PORT; # HTTP IPv6 server port
    [all...]
  /external/libvncserver/rfb/
rfb.h 390 int http6Port;
    [all...]

Completed in 599 milliseconds