Searched defs:deftype (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/named/
H A Dconfig.c394 ns_config_gettype(const cfg_obj_t *typeobj, dns_rdatatype_t deftype, argument
400 *typep = deftype;
/bind-9.11.3/bin/dig/
H A Dnslookup.c66 static char deftype[MXRD] = "A"; variable
566 printf(" querytype = %-8s\tclass = %s\n", deftype, defclass);
666 strlcpy(deftype, &opt[5], sizeof(deftype));
671 strlcpy(deftype, &opt[3], sizeof(deftype));
676 strlcpy(deftype, &opt[10], sizeof(deftype));
681 strlcpy(deftype, &opt[6], sizeof(deftype));
[all...]

Completed in 14 milliseconds