Searched refs:received (Results 1 - 3 of 3) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-transaction.h18 You should have received a copy of the GNU Lesser General Public License
78 DnsPacket *sent, *received; member in struct:DnsTransaction
H A Dresolved-dns-zone.c16 You should have received a copy of the GNU Lesser General Public License
512 assert(i->probe_transaction->received);
513 we_lost = memcmp(&i->probe_transaction->received->sender, &i->probe_transaction->received->destination, FAMILY_ADDRESS_SIZE(i->probe_transaction->received->family)) < 0;
560 /* This checks whether a response RR we received from somebody
H A Dresolved-dns-transaction.c16 You should have received a copy of the GNU Lesser General Public License
38 t->received = dns_packet_unref(t->received);
514 /* When we already received a reply to this (but it was truncated), send to its sender address */
515 if (t->received)
516 fd = dns_scope_socket_tcp(t->scope, t->received->family, &t->received->sender, NULL, t->received->sender_port);
584 if (!DNS_PACKET_SHALL_CACHE(t->received))
594 t->received
[all...]

Completed in 15 milliseconds