Searched refs:FQDN (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/distrib/miniroot/
H A Dinstall.sh37 FQDN="" # domain name
251 FQDN=$resp
266 if [ -n "${FQDN}" ]; then
271 echo "domain $FQDN" > /tmp/resolv.conf
273 echo "search $FQDN" >> /tmp/resolv.conf
/netbsd-current/usr.bin/rump_dhcpclient/
H A Ddhcp.h116 /* FQDN values - lsnybble used in flags
120 enum FQDN { enum
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Ddhcp.h132 /* FQDN values - lsnybble used in flags
136 enum FQDN { enum
/netbsd-current/sys/netinet6/
H A Dicmp6.c746 enum { WRU, FQDN } mode; enumerator in enum:__anon1604
754 mode = FQDN;
758 if (mode == FQDN) {
1351 * - we are not sure if the node has FQDN as
1418 * as an FQDN query for backward compatibility.
1468 /* supports NOOP, SUPTYPES, FQDN, and NODEADDR */
1480 * XXX do we really have FQDN in variable "hostname"?
1575 * guess if it looks like shortened hostname, or FQDN.
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSCore/
H A DmDNS.c13449 st.c[1+st.c[0]] = 0; // Only want the first label, not the whole FQDN (particularly for mDNS_RenameAndReregisterService())
14473 m->FQDN.c[0] = 0;
14763 // Did our FQDN change?
14764 if (!SameDomainName(fqdn, &m->FQDN))
14766 if (m->FQDN.c[0]) mDNS_RemoveDynDNSHostName(m, &m->FQDN);
14768 AssignDomainName(&m->FQDN, fqdn);
14770 if (m->FQDN.c[0])
14772 mDNSPlatformDynDNSHostNameStatusChanged(&m->FQDN, 1);
14773 mDNS_AddDynDNSHostName(m, &m->FQDN, DynDNSHostNameCallbac
[all...]
H A DmDNSEmbeddedAPI.h2431 domainname FQDN; member in struct:mDNS_struct

Completed in 221 milliseconds