Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching full:fqdn

525 	int fqdn;
536 fqdn = ifo->fqdn;
538 if (fqdn == FQDN_DISABLE && ifo->options & DHCPCD_HOSTNAME) {
539 /* We're sending the DHCPv4 hostname option, so send FQDN as
540 * DHCPv6 has no FQDN option and DHCPv4 must not send
541 * hostname and FQDN according to RFC4702 */
542 fqdn = FQDN_BOTH;
544 if (fqdn != FQDN_DISABLE) {
598 if (fqdn != FQDN_DISABLE)
859 if (fqdn != FQDN_DISABLE) {
863 switch (fqdn) {
3182 if (ifo->fqdn != FQDN_DISABLE ||