Searched refs:FQDN (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | dhcpagent.dfl | 107 # Name (FQDN) currently associated with the interface performing DHCP. The 112 # A defined hostname will be used as the FQDN if it is "rooted" (i.e., if 114 # srv.example.com). If the hostname is not an FQDN, then DNS_DOMAINNAME 116 # if active. If no FQDN can be determined, the option will not be used. 118 # If this REQUEST_FQDN option is enabled, an FQDN will be sent in messages 121 # records. To prevent sending FQDN and DNS options, uncomment the line 124 # If an FQDN is sent, REQUEST_HOSTNAME processing will not be done, per RFC 125 # 4702 (3.1): "clients that send the Client FQDN option in their messages 130 # By default, the DHCP agent will not attempt to construct an FQDN from a 134 # the DHCP agent to construct if necessary an FQDN. [all …]
|
H A D | README.v6 | 1117 Implementing the FQDN option for DHCPv6 would, given the current 1124 If we implement FQDN in the future, it may be useful to explore some
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/dhcp/ |
H A D | inittab | 119 FQDN STANDARD, 89, OCTET, 1, 0, sdmi
|
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/ |
H A D | kclient.sh | 410 checkval="FQDN"
|
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/ |
H A D | mDNS.c | 14625 m->FQDN.c[0] = 0; in mDNS_InitStorage() 14861 if (!SameDomainName(fqdn, &m->FQDN)) in SetDynDNSHostNameIfChanged() 14863 if (m->FQDN.c[0]) mDNS_RemoveDynDNSHostName(m, &m->FQDN); in SetDynDNSHostNameIfChanged() 14865 AssignDomainName(&m->FQDN, fqdn); in SetDynDNSHostNameIfChanged() 14867 if (m->FQDN.c[0]) in SetDynDNSHostNameIfChanged() 14869 mDNSPlatformDynDNSHostNameStatusChanged(&m->FQDN, 1); in SetDynDNSHostNameIfChanged() 14870 mDNS_AddDynDNSHostName(m, &m->FQDN, DynDNSHostNameCallback, mDNSNULL); in SetDynDNSHostNameIfChanged() 15214 …if (m->FQDN.c[0]) mDNSPlatformDynDNSHostNameStatusChanged(&m->FQDN, 1); // Set status to 1 to indi… in uDNS_SetupDNSConfig()
|
H A D | mDNSEmbeddedAPI.h | 2296 domainname FQDN; member
|
/illumos-gate/usr/src/cmd/sendmail/cf/ |
H A D | README | 3106 qualified domain name (FQDN). Sendmail does this by getting your 3110 supposed to return the FQDN ("foo.bar.com"). In some (fairly rare) 3111 cases, gethostbyname may fail to return the FQDN. In this case
|