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

  /external/mdnsresponder/mDNSShared/
uds_daemon.h 68 extern void external_start_resolving_service(const domainname *const fqdn);
69 extern void external_stop_resolving_service(const domainname *const fqdn);
dnsextd.c     [all...]
uds_daemon.c 2291 domainname fqdn; local
    [all...]
  /external/dnsmasq/src/
lease.c 253 if (lease->fqdn)
254 cache_add_dhcp_entry(lease->fqdn, &lease->addr, lease->expires);
422 /* If we know the fqdn, pass that. The helper will derive the
425 if (lease->fqdn)
427 lease->old_hostname = lease->fqdn;
433 lease->hostname = lease->fqdn = NULL;
469 /* Depending on mode, we check either unqualified name or FQDN. */
474 if (!new_fqdn || !lease_tmp->fqdn || !hostname_isequal(lease_tmp->fqdn, new_fqdn) )
499 lease->fqdn = new_fqdn
    [all...]
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/dhcpcd/
if-options.h 45 #define HOSTNAME_MAX_LEN 250 /* 255 - 3 (FQDN) - 2 (DNS enc) */
103 int fqdn; member in struct:if_options
if-options.c 87 {"fqdn", optional_argument, NULL, 'F'},
558 ifo->fqdn = FQDN_BOTH;
562 ifo->fqdn = FQDN_NONE;
564 ifo->fqdn = FQDN_PTR;
566 ifo->fqdn = FQDN_BOTH;
568 ifo->fqdn = FQDN_DISABLE;
570 syslog(LOG_ERR, "invalid value `%s' for FQDN", arg);
dhcp.c 971 * The FQDN option should be used if a FQDN is required. */
983 if (ifo->fqdn != FQDN_DISABLE && ifo->hostname[0]) {
984 /* IETF DHC-FQDN option (81), RFC4702 */
998 *p++ = (ifo->fqdn & 0x09) | 0x04;
1369 /* We only want the FQDN name */
  /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/mdnsresponder/mDNSPosix/
NetMonitor.c 383 mDNSexport mDNSBool ExtractServiceType(const domainname *const fqdn, domainname *const srvtype)
386 const mDNSu8 *src = fqdn->c;
406 mDNSlocal void recordstat(HostEntry *entry, const domainname *fqdn, int op, mDNSu16 rrtype)
417 if (!ExtractServiceType(fqdn, &srvtype)) return;
    [all...]
mDNSPosix.c 444 mDNSexport void mDNSPlatformSetDNSConfig(mDNS *const m, mDNSBool setservers, mDNSBool setsearch, domainname *const fqdn, DNameListElem **RegDomains, DNameListElem **BrowseDomains)
448 (void) fqdn;
    [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c     [all...]
mDNSEmbeddedAPI.h 1361 domainname fqdn; member in struct:HostnameInfo
    [all...]
DNSCommon.c 419 // For the FQDN "com." it returns 5 (length byte, three data bytes, final zero)
435 // E.g. for the FQDN "foo.com." it returns 9
685 mDNSexport mDNSu8 *ConstructServiceName(domainname *const fqdn,
689 mDNSu8 *dst = fqdn->c;
    [all...]
mDNS.c 11034 domainname fqdn; local
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 548 fqdn { YYD; yylval.num = IDTYPE_FQDN; return(IDENTIFIERTYPE); }

Completed in 451 milliseconds