Home | History | Annotate | Download | only in iputils

Lines Matching defs:fqdn

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;
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"
1467 int fqdn = 1;
1481 fqdn = 0;
1486 if (fqdn)
1489 p += ret + !fqdn;