HomeSort by: relevance | last modified time | path
    Searched defs:is_response (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/nsd/dist/dnstap/
dnstap_collector.c 49 /* msglen + is_response + addrlen + is_tcp + packetlen + packet + zonelen + zone + spare + local_addr + addr */
208 uint8_t is_response, is_tcp; local
223 is_response = buffer_read_u8(buf);
247 if(is_response) {
374 /* msglen + is_response + addrlen + is_tcp + packetlen + packet + zonelen + zone + spare + local_addr + addr */
465 prep_send_data(struct buffer* buf, uint8_t is_response,
487 buffer_write_u8(buf, is_response);
  /src/external/mpl/bind/dist/lib/dns/
dnssec.c 48 #define is_response(msg) ((msg->flags & DNS_MESSAGEFLAG_QR) != 0) macro
749 if (is_response(msg)) {
802 if (is_response(msg)) {
890 if (is_response(msg)) {
945 if (is_response(msg)) {
tsig.c 50 #define is_response(msg) ((msg->flags & DNS_MESSAGEFLAG_QR) != 0) macro
583 response = is_response(msg);
865 response = is_response(msg);
1231 if (!is_response(msg)) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dnssec.c 53 #define is_response(msg) ((msg->flags & DNS_MESSAGEFLAG_QR) != 0) macro
960 if (is_response(msg)) {
1009 if (is_response(msg)) {
1098 if (is_response(msg)) {
1153 if (is_response(msg)) {
tsig.c 56 #define is_response(msg) ((msg->flags & DNS_MESSAGEFLAG_QR) != 0) macro
789 response = is_response(msg);
1097 response = is_response(msg);
1454 if (!is_response(msg)) {

Completed in 19 milliseconds