HomeSort by relevance Sort by last modified time
    Searched full:clientip (Results 1 - 25 of 28) 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 43 -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 314 protected DhcpPacket(int transId, short secs, Inet4Address clientIp, Inet4Address yourIp,
319 mClientIp = clientIp;
738 Inet4Address clientIp;
872 clientIp = (Inet4Address) Inet4Address.getByAddress(ipv4addr);
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.h 49 const char *clientIP,
PlaybackSession.cpp 374 const char *clientIP,
404 clientIP,
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy.go 195 if clientIP, _, err := net.SplitHostPort(req.RemoteAddr); err == nil {
200 clientIP = strings.Join(prior, ", ") + ", " + clientIP
202 outreq.Header.Set("X-Forwarded-For", clientIP)
  /prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy.go 195 if clientIP, _, err := net.SplitHostPort(req.RemoteAddr); err == nil {
200 clientIP = strings.Join(prior, ", ") + ", " + clientIP
202 outreq.Header.Set("X-Forwarded-For", clientIP)
  /frameworks/base/tests/net/java/android/net/dhcp/
DhcpPacketTest.java 59 public TestDhcpPacket(byte type, Inet4Address clientIp, Inet4Address yourIp) {
60 super(0xdeadbeef, (short) 0, clientIp, yourIp, INADDR_ANY, INADDR_ANY,
214 private void checkIpAddress(String expected, Inet4Address clientIp, Inet4Address yourIp,
216 checkIpAddress(expected, DHCP_MESSAGE_TYPE_OFFER, clientIp, yourIp, netmaskBytes);
217 checkIpAddress(expected, DHCP_MESSAGE_TYPE_ACK, clientIp, yourIp, netmaskBytes);
221 Inet4Address clientIp, Inet4Address yourIp,
223 ByteBuffer packet = new TestDhcpPacket(type, clientIp, yourIp)
248 // 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 632 PCHAR ClientIp;
  /external/python/cpython2/Doc/library/
logging.rst 168 FORMAT = '%(asctime)-15s %(clientip)s %(user)-8s %(message)s'
170 d = {'clientip': '192.168.0.1', 'user': 'fbloggs'}
184 set up with a format string which expects 'clientip' and 'user' in the attribute
    [all...]
  /external/curl/tests/
FILEFORMAT 324 %CLIENTIP - IPv4 address of the client running curl
runtests.pl 29 # $CLIENTIP, $CLIENT6IP - Set to the address of the host running curl
116 my $CLIENTIP="127.0.0.1"; # address which curl uses for incoming connections
536 # my $out = system("ssh $CLIENTIP cd \'$pwd\' \\; \'$cmd\'");
549 # my @out = `ssh $CLIENTIP cd \'$pwd\' \\; \'$cmd\'`;
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/net/http/
httputil.a 800 f.len?clientIP.len?.autotmp_283?.autotmp_282?transport.itab?transport.data?trailerKeys.ptr?res? (…)
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/net/http/
httputil.a     [all...]

Completed in 810 milliseconds

1 2