HomeSort by relevance Sort by last modified time
    Searched full:clientip (Results 1 - 25 of 27) sorted by null

1 2

  /external/curl/tests/data/
test1049 31 tftp://%HOSTIP:%TFTPPORT//1049 --trace-ascii log/traceit --interface %CLIENTIP
test1045 35 http://%HOSTIP:%HTTPPORT/1045 --interface %CLIENTIP
test1082 38 perl -e "print 'Test requires default test server host address' if ( '%CLIENTIP' ne '127.0.0.1' );"
test1047 41 ftp://%HOSTIP:%FTPPORT/ --interface %CLIENTIP
test101 37 ftp://%HOSTIP:%FTPPORT/ -P %CLIENTIP
test251 39 ftp://%HOSTIP:%FTPPORT/ -P %CLIENTIP
test406 42 -k --ftp-ssl-control -P %CLIENTIP ftps://%HOSTIP:%FTPSPORT/
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpDeclinePacket.java 29 DhcpDeclinePacket(int transId, short secs, Inet4Address clientIp, Inet4Address yourIp,
32 super(transId, secs, clientIp, yourIp, nextIp, relayIp, clientMac, false);
DhcpInformPacket.java 29 DhcpInformPacket(int transId, short secs, Inet4Address clientIp, Inet4Address yourIp,
32 super(transId, secs, clientIp, yourIp, nextIp, relayIp, clientMac, false);
DhcpRequestPacket.java 31 DhcpRequestPacket(int transId, short secs, Inet4Address clientIp, byte[] clientMac,
33 super(transId, secs, clientIp, INADDR_ANY, INADDR_ANY, INADDR_ANY, clientMac, broadcast);
DhcpAckPacket.java 33 Inet4Address clientIp, Inet4Address yourIp, byte[] clientMac) {
34 super(transId, secs, clientIp, yourIp, serverAddress, INADDR_ANY, clientMac, broadcast);
DhcpOfferPacket.java 35 Inet4Address clientIp, Inet4Address yourIp, byte[] clientMac) {
36 super(transId, secs, clientIp, yourIp, INADDR_ANY, INADDR_ANY, clientMac, broadcast);
DhcpNakPacket.java 29 DhcpNakPacket(int transId, short secs, Inet4Address clientIp, Inet4Address yourIp,
DhcpPacket.java 311 protected DhcpPacket(int transId, short secs, Inet4Address clientIp, Inet4Address yourIp,
316 mClientIp = clientIp;
733 Inet4Address clientIp;
867 clientIp = (Inet4Address) Inet4Address.getByAddress(ipv4addr);
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy.go 184 if clientIP, _, err := net.SplitHostPort(req.RemoteAddr); err == nil {
189 clientIP = strings.Join(prior, ", ") + ", " + clientIP
191 outreq.Header.Set("X-Forwarded-For", clientIP)
  /prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy.go 184 if clientIP, _, err := net.SplitHostPort(req.RemoteAddr); err == nil {
189 clientIP = strings.Join(prior, ", ") + ", " + clientIP
191 outreq.Header.Set("X-Forwarded-For", clientIP)
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.h 49 const char *clientIP,
PlaybackSession.cpp 375 const char *clientIP,
405 clientIP,
  /frameworks/base/services/tests/servicestests/src/android/net/dhcp/
DhcpPacketTest.java 61 public TestDhcpPacket(byte type, Inet4Address clientIp, Inet4Address yourIp) {
62 super(0xdeadbeef, (short) 0, clientIp, yourIp, INADDR_ANY, INADDR_ANY,
216 private void checkIpAddress(String expected, Inet4Address clientIp, Inet4Address yourIp,
218 checkIpAddress(expected, DHCP_MESSAGE_TYPE_OFFER, clientIp, yourIp, netmaskBytes);
219 checkIpAddress(expected, DHCP_MESSAGE_TYPE_ACK, clientIp, yourIp, netmaskBytes);
223 Inet4Address clientIp, Inet4Address yourIp,
225 ByteBuffer packet = new TestDhcpPacket(type, clientIp, yourIp)
250 // ClientIP is used iff YourIP is not present.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
http.h 571 PCHAR ClientIp;
  /external/curl/tests/
FILEFORMAT 321 %CLIENTIP - IPv4 address of the client running curl
runtests.pl 29 # $CLIENTIP, $CLIENT6IP - Set to the address of the host running curl
114 my $CLIENTIP="127.0.0.1"; # address which curl uses for incoming connections
531 # my $out = system("ssh $CLIENTIP cd \'$pwd\' \\; \'$cmd\'");
544 # my @out = `ssh $CLIENTIP cd \'$pwd\' \\; \'$cmd\'`;
    [all...]
  /external/curl/
CHANGES.0     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/net/http/
httputil.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/net/http/
httputil.a     [all...]

Completed in 437 milliseconds

1 2