HomeSort by relevance Sort by last modified time
    Searched refs:Hosts (Results 1 - 2 of 2) sorted by null

  /external/libmicrohttpd/src/testcurl/https/
test_https_sni.c 43 struct Hosts
45 struct Hosts *next;
55 static struct Hosts *hosts; variable in typeref:struct:Hosts
67 struct Hosts *host;
69 host = malloc (sizeof (struct Hosts));
73 host->next = hosts;
74 hosts = host;
144 struct Hosts *host;
155 for (host = hosts; NULL != host; host = host->next
    [all...]
  /external/autotest/server/hosts/
servo_host.py 32 from autotest_lib.server.hosts import ssh_host
178 autotest_lib.client.common_lib.hosts.base_classes.Host.
405 from the default for servo Hosts, trigger an update, but
545 # For now, assume all servo hosts in the lab have power.
697 hosts = afe.get_hosts(hostname=dut)
698 if hosts and SERVO_HOST_ATTR in hosts[0].attributes:
700 servo_args[SERVO_HOST_ATTR] = hosts[0].attributes[SERVO_HOST_ATTR]
701 servo_args[SERVO_PORT_ATTR] = hosts[0].attributes.get(

Completed in 202 milliseconds