HomeSort by relevance Sort by last modified time
    Searched refs:fqdn (Results 1 - 20 of 20) 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/iputils/ninfod/
ninfod_name.c 155 int fqdn)
181 if (fqdn < 0)
183 fqdn = 1;
201 if (buflen < i + 1 + !(fqdn > 0))
204 if (!(fqdn > 0))
228 break; /* FQDN */
237 done = 1; /* FQDN */
  /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 409 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) */
105 int fqdn; member in struct:if_options
if-options.c 89 {"fqdn", optional_argument, NULL, 'F'},
562 ifo->fqdn = FQDN_BOTH;
566 ifo->fqdn = FQDN_NONE;
568 ifo->fqdn = FQDN_PTR;
570 ifo->fqdn = FQDN_BOTH;
572 ifo->fqdn = FQDN_DISABLE;
574 syslog(LOG_ERR, "invalid value `%s' for FQDN", arg);
dhcp.c 1047 * The FQDN option should be used if a FQDN is required. */
1059 if (ifo->fqdn != FQDN_DISABLE && ifo->hostname[0]) {
1060 /* IETF DHC-FQDN option (81), RFC4702 */
1074 *p++ = (ifo->fqdn & 0x09) | 0x04;
    [all...]
  /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/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 451 mDNSexport void mDNSPlatformSetDNSConfig(mDNS *const m, mDNSBool setservers, mDNSBool setsearch, domainname *const fqdn, DNameListElem **RegDomains, DNameListElem **BrowseDomains)
455 (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); }
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 228 milliseconds