Home
last modified time | relevance | path

Searched refs:LDNS_RA_SET (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/sldns/
H A Dpkthdr.h87 #define LDNS_RA_SET(wirebuf) (*(wirebuf+3) |= LDNS_RA_MASK) macro
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i1345 if ((flags&PKT_RA)) LDNS_RA_SET(sldns_buffer_begin(qb));
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dtestpkts.c234 LDNS_RA_SET(reply); in replyline()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dworker.c1745 LDNS_RA_SET(sldns_buffer_begin(c->buffer)); in worker_handle_request()