Searched defs:nsdst (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/nsd/dist/ |
H A D | nsd.h | 125 struct nsdst { struct 126 time_t boot; 127 stc_type qtype[257]; /* Counters per qtype */ 128 stc_type qclass[4]; /* Class IN or Class CH or other */ 129 stc_type qudp, qudp6; /* Number of queries udp and udp6 */ 130 stc_type ctcp, ctcp6; /* Number of tcp and tcp6 connections */ 131 stc_type ctls, ctls6; /* Number of tls and tls6 connections */ 132 stc_type rcode[17], opcode[6]; /* Rcodes & opcodes */ 134 stc_type dropped, truncated, wrongzone, txerr, rxerr; 135 stc_type edns, ednserr, raxfr, nona, rixfr; [all …]
|