Searched refs:STATUP2 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/nsd/dist/ |
H A D | nsd.h | 100 #define STATUP2(nsd, stc, i) nsd->st->stc[(i) <= (LASTELEM(nsd->st->stc) - 1) ? i : LASTELEM(nsd->s… macro 104 #define STATUP2(nsd, stc, i) /* Nothing */ macro
|
H A D | query.c | 1588 STATUP2(nsd, opcode, q->opcode); in query_process() 1589 STATUP2(nsd, qtype, q->qtype); in query_process() 1590 STATUP2(nsd, qclass, q->qclass); in query_process()
|
H A D | server.c | 3819 STATUP2(data->nsd, rcode, RCODE(q->packet)); in handle_udp() 4269 STATUP2(data->nsd, rcode, RCODE(data->query->packet)); in handle_tcp_reading() 4840 STATUP2(data->nsd, rcode, RCODE(data->query->packet)); in handle_tls_reading()
|