Searched refs:hosts (Results 1 - 25 of 32) sorted by relevance

12

/external/boringssl/src/crypto/x509/
H A Dvpm_int.h63 STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */ member in struct:X509_VERIFY_PARAM_ID_st
H A Dx509_vpm.c90 if (mode == SET_HOST && id->hosts)
92 string_stack_free(id->hosts);
93 id->hosts = NULL;
102 if (id->hosts == NULL &&
103 (id->hosts = sk_OPENSSL_STRING_new_null()) == NULL)
109 if (!sk_OPENSSL_STRING_push(id->hosts, copy))
112 if (sk_OPENSSL_STRING_num(id->hosts) == 0)
114 sk_OPENSSL_STRING_free(id->hosts);
115 id->hosts = NULL;
141 if (paramid->hosts)
[all...]
H A Dx509_vfy.c708 size_t n = sk_OPENSSL_STRING_num(id->hosts);
713 name = sk_OPENSSL_STRING_value(id->hosts, i);
726 if (id->hosts && check_hosts(x, id) <= 0)
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DContextHandlerCollection.java43 * on the context path and virtual hosts of any contained {@link org.eclipse.jetty.server.handler.ContextHandler}s.
115 Map hosts;
118 hosts=(Map)contexts;
121 hosts=new HashMap();
122 hosts.put("*",contexts);
123 contextMap.put(contextPath, hosts);
129 contexts=hosts.get(vhost);
131 hosts.put(vhost,contexts);
136 Map hosts=(Map)contexts;
137 contexts=hosts
[all...]
/external/libedit/
H A DAndroid.mk2 ifeq ($(HOST_OS),linux) # only build on linux hosts
3 ifeq ($(HOST_ARCH),x86) # only build on x86 hosts
37 endif # only build on x86 hosts
38 endif # only build on linux hosts
/external/mdnsresponder/mDNSPosix/
H A DMakefile357 # If 'mdns' does not already appear on the "hosts:" line, then add it right before 'dns'
359 sed -e '/mdns/!s/^\(hosts:.*\)dns\(.*\)/\1mdns dns\2/' /etc/nsswitch.conf.pre-mdns > /etc/nsswitch.conf
H A DNetMonitor.c191 HostEntry *hosts; member in struct:__anon11672
203 HostEntry *entry = list->hosts + i;
218 HostEntry *newHosts = realloc(list->hosts, newMax * sizeof(HostEntry));
222 list->hosts = newHosts;
225 entry = list->hosts + list->num++;
358 HostEntry *e, *end = &list->hosts[(max < list->num) ? max : list->num];
359 qsort(list->hosts, list->num, sizeof(HostEntry), CompareHosts);
361 for (e = &list->hosts[0]; e < end; e++)
H A DmDNSPosix.c436 #pragma mark - /etc/hosts support
683 #warning This platform has no way to get the destination interface information -- will only work for single-homed hosts
750 #warning This platform has no way to get the destination interface information for IPv6 -- will only work for single-homed hosts
/external/openssh/
H A Dhostfile.h64 #define HKF_WANT_MATCH (1) /* return only matching hosts/addrs */
81 * If a parse error occurred, then "hosts" and subsequent options may be NULL.
90 const char *hosts; /* Raw hosts text, may be hashed or list multiple */ member in struct:hostkey_foreach_line
H A Dhostfile.c6 * Functions for manipulating the known hosts files.
520 /* Retain non-matching hosts and invalid lines when deleting */
725 lineinfo.hosts = cp;
730 if ((s = match_maybe_hashed(host, lineinfo.hosts,
733 __func__, path, linenum, lineinfo.hosts);
743 if ((s = match_maybe_hashed(ip, lineinfo.hosts,
747 linenum, lineinfo.hosts);
H A Dssh-keygen.c1044 int has_unhashed; /* When hashing, original had unhashed hosts */
1053 char *hashed, *cp, *hosts, *ohosts; local
1054 int has_wild = l->hosts && strcspn(l->hosts, "*?!") != strlen(l->hosts);
1060 * Don't hash hosts already already hashed, with wildcard
1069 l->linenum, l->hosts);
1077 ohosts = hosts = xstrdup(l->hosts);
1078 while ((cp = strsep(&hosts, ",")) !
[all...]
/external/iputils/
H A Diputils.spec6 Summary: The ping program for checking to see if network hosts are alive.
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h165 UINT8 num_hosts; /* Number of hosts in the host network */
258 tNFA_HCI_HOST_LIST hosts; /* NFA_HCI_HOST_LIST_EVT */ member in union:__anon8514
382 ** list of hosts that are present in the host network. When
/external/openssh/contrib/suse/
H A Dopenssh.spec54 two untrusted hosts over an insecure network. X11 connections and
68 two untrusted hosts over an insecure network. X11 connections and
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl34 # Added master host list so offline hosts can still be displayed.
74 my @hosts = ();
106 # Mark all hosts as offline, saving old state.
111 # Read hosts.
143 # Sort hosts by IP ;-)
144 @hosts = sort byip values %{$list};
146 $data->{'hosts'} = [ @hosts ];
262 # hosts all come back online, they show up quicker.)
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c1537 evt_data.hosts.status = status;
1538 evt_data.hosts.num_hosts = data_len;
1539 memcpy (evt_data.hosts.host, p_data, data_len);
/external/iproute2/doc/
H A Dip-cref.tex399 hosts. All packets sent through it will be returned
403 to all hosts sharing the same link. A typical example is an Ethernet link.
838 addresses and link layer addresses for hosts sharing the same link.
1120 hosts. It is ``officially'' allowed to have several fallback routes
1152 is \verb|unicast|. It describes real paths to other hosts.
2677 ``Requirements for Internet hosts --- communication layers'', RFC-1122.
2734 of automatically reselecting the address on hosts with dynamic dial-out interfaces.
2735 However, this hack {\em must not\/} be used on multihomed hosts
2778 Routers may answer ARP/NDISC solicitations on behalf of other hosts.
2872 inside your network. No other hosts ma
[all...]
H A Dip-tunnels.tex415 level \verb|arpd| daemon, which will maintain database of hosts attached
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/openssh/contrib/redhat/
H A Dopenssh.spec138 untrusted hosts over an insecure network. X11 connections and
/external/libvncserver/webclients/java-applet/ssl/
H A Dss_vncviewer90 # hosts separated by a comma:
611 gout=`getent hosts "$host" 2>/dev/null`
2460 echo "** Warning: SSVNC_KNOWN_HOSTS_FILE directly) to a per-connection known hosts"
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
H A Dss_vncviewer90 # hosts separated by a comma:
611 gout=`getent hosts "$host" 2>/dev/null`
2432 echo "** Warning: SSVNC_KNOWN_HOSTS_FILE directly) to a per-connection known hosts"

Completed in 579 milliseconds

12