HomeSort by relevance Sort by last modified time
    Searched defs:fqdn (Results 1 - 12 of 12) 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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
browser.h 75 const char *fqdn; /* Server version; optional */ member in struct:pa_browse_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
browser.h 75 const char *fqdn; /* Server version; optional */ member in struct:pa_browse_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
browser.h 75 const char *fqdn; /* Server version; optional */ member in struct:pa_browse_info
  /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 407 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
1467 int fqdn = 1; local
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 2291 domainname fqdn; local
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 11034 domainname fqdn; local
    [all...]
mDNSEmbeddedAPI.h 1361 domainname fqdn; member in struct:HostnameInfo
    [all...]
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 476 milliseconds