Home
last modified time | relevance | path

Searched refs:LDNS_PACKET_NOTIFY (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/sldns/
H A Dpkthdr.h137 LDNS_PACKET_NOTIFY = 4, enumerator
H A Dwire2str.c107 { LDNS_PACKET_NOTIFY, "NOTIFY" },
/freebsd/contrib/ldns/ldns/
H A Dpacket.h50 LDNS_PACKET_NOTIFY = 4, enumerator
/freebsd/contrib/unbound/daemon/
H A Dworker.c338 LDNS_OPCODE_WIRE(sldns_buffer_begin(pkt)) != LDNS_PACKET_NOTIFY) { in worker_check_request()
352 LDNS_OPCODE_WIRE(sldns_buffer_begin(pkt)) != LDNS_PACKET_NOTIFY)) { in worker_check_request()
1109 LDNS_OPCODE_SET(sldns_buffer_begin(pkt), LDNS_PACKET_NOTIFY); in answer_notify()
1700 LDNS_PACKET_NOTIFY) { in worker_handle_request()
/freebsd/contrib/ldns/
H A Dlibdns.vim118 syn keyword ldnsConstant LDNS_PACKET_NOTIFY
H A Dhost2str.c125 { LDNS_PACKET_NOTIFY, "NOTIFY" },
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.c645 LDNS_PACKET_NOTIFY) || LDNS_QDCOUNT(q) != 1 || in query_info_parse()