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

  /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 967 * The FQDN option should be used if a FQDN is required. */
979 if (ifo->fqdn != FQDN_DISABLE && ifo->hostname[0]) {
980 /* IETF DHC-FQDN option (81), RFC4702 */
994 *p++ = (ifo->fqdn & 0x09) | 0x04;
1365 /* We only want the FQDN name */
  /prebuilt/linux-x86/toolchain/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

Completed in 32 milliseconds