Searched refs:DNS_PACKET_ID (Results 1 - 6 of 6) sorted by relevance
/systemd/src/resolve/ |
H A D | resolved-llmnr.c | 105 log_debug("Got LLMNR reply packet for id %u", DNS_PACKET_ID(p)); 109 t = hashmap_get(m->dns_transactions, UINT_TO_PTR(DNS_PACKET_ID(p))); 114 log_debug("Got LLMNR query packet for id %u", DNS_PACKET_ID(p)); 294 log_debug("Got query packet for id %u", DNS_PACKET_ID(s->read_packet));
|
H A D | resolved-mdns.c | 126 log_debug("Got mDNS query packet for id %u", DNS_PACKET_ID(p));
|
H A D | resolved-dns-packet.h | 111 #define DNS_PACKET_ID(p) DNS_PACKET_HEADER(p)->id macro
|
H A D | resolved-manager.c | 790 log_debug("Sending %s packet with id %" PRIu16 ".", DNS_PACKET_QR(p) ? "response" : "query", DNS_PACKET_ID(p)); 905 log_debug("Sending %s packet with id %" PRIu16 " on interface %i/%s.", DNS_PACKET_QR(p) ? "response" : "query", DNS_PACKET_ID(p), ifindex, af_to_name(family));
|
H A D | resolved-dns-scope.c | 732 r = dns_scope_make_reply_packet(s, DNS_PACKET_ID(p), DNS_RCODE_SUCCESS, p->question, answer, soa, tentative, &reply);
|
H A D | resolved-dns-transaction.c | 862 if (DNS_PACKET_ID(p) != t->id) { 1050 if (DNS_PACKET_ID(p) != t->id) {
|
Completed in 606 milliseconds