/external/libnl/src/ |
nl-util-addr.c | 17 char host[256]; local 26 err = nl_addr_resolve(a, host, sizeof(host)); 31 printf("%s\n", host);
|
/external/openssh/ |
auth-sia.c | 57 const char *host; local 59 host = get_canonical_hostname(options.use_dns); 64 if (sia_ses_init(&ent, saved_argc, saved_argv, host, authctxt->user, 70 authctxt->user, host); 86 const char *host; local 88 host = get_canonical_hostname(options.use_dns); 90 if (sia_ses_init(&ent, saved_argc, saved_argv, host, pw->pw_name, 102 pw->pw_name, host); 106 pw->pw_name, host);
|
/ndk/build/core/ |
definitions-host.mk | 16 # These definitions contain a few host-specific functions. I.e. they are 22 # Function : host-path 24 # Returns : file path, as understood by the host file system 25 # Usage : $(call host-path,<path>) 31 host-path = $(if $(strip $1),$(call cygwin-to-host-path,$1)) 33 host-path = $1 37 # Function : host-rm 39 # Usage : $(call host-rm,<files>) 40 # Rationale: This function expands to the host-specific shell command use [all...] |
/external/ipsec-tools/src/racoon/ |
throttle.h | 40 struct sockaddr_storage host; member in struct:throttle_entry
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
HostAndPort.java | 21 * A data-only (transfer) object representing a host (InetAddress) and port number
24 * This class contains two public properties: host (java.net.InetAddress) and port (int).
30 public InetAddress host;
field in class:HostAndPort 34 * Construct a new instance with the specified host and port
35 * @param host - the InetAddress host
38 public HostAndPort(InetAddress host, int port) {
39 this.host = host;
|
/external/parameter-framework/remote-processor/ |
ConnectionSocket.cpp | 51 // Host entry 52 struct hostent* host = gethostbyname(strRemote.c_str()); local 54 // Check host 55 if (!host) { 63 initSockAddrIn(&server_addr, *((uint32_t*)host->h_addr), uiPort);
|
/external/apache-http/src/org/apache/http/conn/ |
HttpHostConnectException.java | 50 private final HttpHost host; field in class:HttpHostConnectException 52 public HttpHostConnectException(final HttpHost host, final ConnectException cause) { 53 super("Connection to " + host + " refused"); 54 this.host = host; 59 return this.host;
|
/external/clang/ |
clang-host-build.mk | 34 define transform-host-clang-td-to-out 36 @echo "Host Clang TableGen: $(TBLGEN_LOCAL_MODULE) (gen-$(1)) <= $<" 40 -I $(LLVM_ROOT_PATH)/host/include \
|
/external/lldb/test/pexpect-2.4/examples/ |
ssh_tunnel.py | 3 """This starts an SSH tunnel to a given host. If the SSH process ever dies then 21 tunnel_command = 'ssh -C -N -f -L 25:127.0.0.1:25 -L 143:127.0.0.1:143 -L 110:127.0.0.1:110 %(user)@%(host)' 22 host = raw_input('Hostname: ') variable 68 #tunnel_command = 'ssh -C -n -L 25:%(host)s:25 -L 110:%(host)s:110 %(user)s@%(host)s -f nothing.sh'
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowIntentFilterAuthorityEntry.java | 9 private String host; field in class:ShadowIntentFilterAuthorityEntry 12 public void __constructor__(String host, String port) { 13 this.host = host; 23 return host;
|
/external/toybox/toys/pending/ |
ping.c | 13 usage: ping [OPTIONS] HOST 15 Check network connectivity by sending packets to a host and reporting 55 char *host = 0; local 103 host = xstrdup(toybuf); 106 printf("host=%s\n", host);
|
/system/extras/tests/bionic/libc/ |
Android.mk | 43 # same as 'device-test' but builds a host executable instead 46 define host-test 71 $(call host-test, $(sources))
|
/build/core/combo/ |
HOST_darwin-x86.mk | 28 # Workaround differences in inttypes.h between host and target. 34 $(combo_2nd_arch_prefix)HOST_TOOLCHAIN_ROOT := prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1 66 define transform-host-o-to-shared-lib-inner 75 $(call normalize-host-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \ 76 $(call normalize-host-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \ 85 define transform-host-o-to-executable-inner 95 $(call normalize-host-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \ 97 $(call normalize-host-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \ 98 $(call normalize-host-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
|
/development/ide/emacs/ |
android-host.el | 1 ;;; android-host.el --- Module to use host binaries from an Android dev tree. 24 ;; In your .emacs load this file (e.g (require 'android-host)) then 46 (defvar android-host-command-map (make-sparse-keymap)) 48 (defun android-host-key-prefix-set (var val) 52 (define-key global-map (read-kbd-macro val) android-host-command-map) 55 (let ((map android-host-command-map)) 62 (defcustom android-host-key-prefix "C-x a" 66 :set 'android-host-key-prefix-set) 121 (provide 'android-host) [all...] |
/art/build/ |
Android.oat.mk | 19 # (that is, non-Android frameworks) testing on the host and target 36 # $(3): 2ND_ or undefined, 2ND_ for 32-bit host builds. 41 define create-core-oat-host-rules 107 @echo "host dex2oat: $$@ ($$?)" 116 --host --android-root=$$(HOST_OUT) --include-patch-information --generate-debug-info \ 128 endef # create-core-oat-host-rules 133 define create-core-oat-host-rule-combination 134 $(call create-core-oat-host-rules,$(1),no-pic,,$(2),$(3)) 135 $(call create-core-oat-host-rules,$(1),pic,,$(2),$(3)) 138 $(call create-core-oat-host-rules,$(1),no-pic,2ND_,$(2),$(3) [all...] |
/bionic/libc/dns/include/ |
resolv_static.h | 27 struct hostent host; member in struct:res_static
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
BasicDomainHandler.java | 76 // request-host and domain must be identical for the cookie to sent 78 String host = origin.getHost(); local 83 if (host.contains(".")) { 87 // domain must match host 88 if (!host.endsWith(domain)) { 92 if (!host.equals(domain)) { 95 + "\". Domain of origin: \"" + host + "\""); 99 if (!host.equals(domain)) { 102 + "\". Domain of origin: \"" + host + "\""); 114 String host = origin.getHost() local [all...] |
NetscapeDomainHandler.java | 57 String host = origin.getHost(); local 59 if (host.contains(".")) { 104 String host = origin.getHost(); local 109 return host.endsWith(domain);
|
RFC2109DomainHandler.java | 75 String host = origin.getHost(); local 80 if (!domain.equals(host)) { 85 + "\" does not match the host \"" 86 + host + "\""); 101 host = host.toLowerCase(Locale.ENGLISH); 102 if (!host.endsWith(domain)) { 105 + "\". Domain of origin: \"" + host + "\""); 107 // host minus domain may not contain any dots 108 String hostWithoutDomain = host.substring(0, host.length() - domain.length()) 124 String host = origin.getHost(); local [all...] |
RFC2965DomainAttributeHandler.java | 83 // MAY NOT be an IP address of a host name 92 * Host A's name domain-matches host B's if 94 * <ul>their host name strings string-compare equal; or</ul> 100 * @param host host name where cookie is received from or being sent to. 102 * @return true if the specified host matches the given domain. 104 public boolean domainMatch(String host, String domain) { 105 boolean match = host.equals(domain) 106 || (domain.startsWith(".") && host.endsWith(domain)) 122 String host = origin.getHost().toLowerCase(Locale.ENGLISH); local 186 String host = origin.getHost().toLowerCase(Locale.ENGLISH); local [all...] |
/external/gtest/test/ |
Android.mk | 39 # generate the right make target (host vs device). $(4) is used in the 40 # module's name and to have different module names for the host vs 42 # libraries, typically the host libs have a _host suffix in their 67 define host-test 98 $(call host-test, $(sources))
|
/external/jetty/src/java/org/eclipse/jetty/client/ |
Address.java | 28 private final String host; field in class:Address 33 String host; local 38 host = hostAndPort.substring(0, colon); 43 host = hostAndPort; 46 return new Address(host, port); 49 public Address(String host, int port) 51 if (host == null) 52 throw new IllegalArgumentException("Host is null"); 54 this.host = host.trim() [all...] |
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/ |
KeepAliveHttpsTransportSE.java | 27 private final String host; field in class:KeepAliveHttpsTransportSE 33 public KeepAliveHttpsTransportSE(String host, int port, String file, int timeout) { 34 super(host, port, file, timeout); 35 this.host = host; 51 serviceConnection = new HttpsServiceConnectionSEIgnoringConnectionClose(host, port,
|
/external/llvm/ |
llvm-host-build.mk | 48 $(LLVM_ROOT_PATH)/host/include \ 70 define transform-host-td-to-out 72 @echo "Host TableGen: $(TBLGEN_LOCAL_MODULE) (gen-$(1)) <= $<" 76 -I $(LLVM_ROOT_PATH)/host/include \
|
/external/toybox/toys/other/ |
nbd_client.c | 17 usage: nbd-client [-ns] HOST PORT DEVICE 24 usage: nbd-client [-sSpn] [-b BLKSZ] [-t SECS] [-N name] HOST PORT DEVICE 44 char *host=toys.optargs[0], *port=toys.optargs[1], *device=toys.optargs[2]; local 59 if (getaddrinfo(host, port, &hints, &addr)) addr = 0; 67 if (!p) perror_exit("%s:%s", host, port); 76 error_exit("bad login %s:%s", host, port);
|