HomeSort by relevance Sort by last modified time
    Searched defs:fqdn (Results 1 - 19 of 19) sorted by null

  /external/smack/src/org/jivesoftware/smack/util/dns/
HostAddress.java 19 private String fqdn; field in class:HostAddress
24 * Creates a new HostAddress with the given FQDN. The port will be set to the default XMPP client port: 5222
26 * @param fqdn Fully qualified domain name.
27 * @throws IllegalArgumentException If the fqdn is null.
29 public HostAddress(String fqdn) {
30 if (fqdn == null)
31 throw new IllegalArgumentException("FQDN is null");
32 if (fqdn.charAt(fqdn.length() - 1) == '.') {
33 this.fqdn = fqdn.substring(0, fqdn.length() - 1)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
browser.h 74 const char *fqdn; /* Server version; optional */ member in struct:pa_browse_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
browser.h 74 const char *fqdn; /* Server version; optional */ member in struct:pa_browse_info
  /external/wpa_supplicant_8/hs20/client/
osu_client.h 38 char *fqdn; member in struct:hs20_osu_client
osu_client.c 81 static int valid_fqdn(const char *fqdn)
86 if (strchr(fqdn, '.') == 0 || strlen(fqdn) > 255)
88 for (pos = fqdn; *pos; pos++) {
183 const char *fqdn)
191 wpa_printf(MSG_INFO, "PPS for certificate credential - fqdn=%s", fqdn);
226 os_snprintf(buf, sizeof(buf), "SP/%s/client-ca.pem", fqdn);
234 os_snprintf(buf, sizeof(buf), "SP/%s/client-cert.pem", fqdn);
251 os_snprintf(buf, sizeof(buf), "SP/%s/client-key.pem", fqdn);
517 char *fqdn, *pos; local
1218 char *fqdn = NULL; local
1745 const char *fqdn; local
1778 char *fqdn = NULL; local
    [all...]
  /external/dhcpcd/
if-options.h 45 #define HOSTNAME_MAX_LEN 250 /* 255 - 3 (FQDN) - 2 (DNS enc) */
105 int fqdn; member in struct:if_options
  /external/dnsmasq/src/
cache.c 824 int fqdn, nomem; local
830 fqdn = !!strchr(token, '.');
835 if ((daemon->options & OPT_EXPAND) && domain_suffix && !fqdn &&
    [all...]
dnsmasq.h 409 char *hostname, *fqdn; /* name from client-hostname option or config */ member in struct:dhcp_lease
  /external/iputils/
ping6.c 271 NIQUERY_OPTION("fqdn", 0, 0, niquery_option_name_handler),
283 NIQUERY_OPTION("subject-fqdn", 1, -1, niquery_option_subject_name_handler),
514 int dots, fqdn = niquery_options[index].data; local
570 if (fqdn == 0) {
571 /* guess if hostname is FQDN */
572 fqdn = dots ? 1 : -1;
576 plus non-fqdn indicator. */
607 if (fqdn < 0)
614 ni_subject_len = n + (fqdn < 0);
642 "\t\tsubject-ipv6=addr,subject-ipv4=addr,subject-name=name,subject-fqdn=name,\n
1470 int fqdn = 1; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 163 * If set, this FQDN is used as a suffix match requirement for the AAA
179 * domain - Home service provider FQDN(s)
244 char fqdn[128]; member in struct:wpa_cred::roaming_partner
254 * provisioning_sp - FQDN of the SP that provisioned the credential
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 2291 domainname fqdn; local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java 210 private static final String FQDN_KEY = "FQDN: ";
1921 String fqdn = key.replace(FQDN_KEY, ""); local
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 11034 domainname fqdn; local
    [all...]
mDNSEmbeddedAPI.h 1361 domainname fqdn; member in struct:HostnameInfo
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 2970 char * fqdn; member in struct:ChardevSpicePort
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 1374 milliseconds