Searched refs:deftype (Results 1 - 3 of 3) sorted by relevance

/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...]
/bind-9.11.3/bin/named/include/named/
H A Dconfig.h40 ns_config_gettype(const cfg_obj_t *typeobj, dns_rdatatype_t deftype,
/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;

Completed in 22 milliseconds