Searched refs:received (Results 1 – 25 of 43) sorted by relevance
12
/systemd-251/src/resolve/ |
D | resolved-dns-transaction.c | 27 t->received = dns_packet_unref(t->received); in dns_transaction_reset_answer() 76 if (use_graveyard && t->dns_udp_fd >= 0 && t->sent && !t->received) { in dns_transaction_close_connection() 721 if (t->received) in dns_transaction_emit_tcp() 722 …fd = dns_scope_socket_tcp(t->scope, t->received->family, &t->received->sender, NULL, t->received->… in dns_transaction_emit_tcp() 817 in_addr_is_localhost(t->received->family, &t->received->sender) != 0) in dns_transaction_cache_answer() 825 … DNS_PACKET_CD(t->received) ? t->received : NULL, /* only cache full packets with CD on, in dns_transaction_cache_answer() 832 t->received->family, in dns_transaction_cache_answer() 833 &t->received->sender); in dns_transaction_cache_answer() 1100 if (t->received != p) in dns_transaction_process_reply() 1101 DNS_PACKET_REPLACE(t->received, dns_packet_ref(p)); in dns_transaction_process_reply() [all …]
|
D | resolved-dns-zone.c | 529 assert(i->probe_transaction->received); in dns_zone_item_notify() 530 …probe_transaction->received->sender, &i->probe_transaction->received->destination, FAMILY_ADDRESS_… in dns_zone_item_notify()
|
D | resolved-dns-transaction.h | 60 DnsPacket *sent, *received; member
|
/systemd-251/test/test-network/conf/ |
D | 80-6rd-tunnel.network | 11 # systemd-networkd when DHCPv4 6RD option is received.
|
/systemd-251/network/ |
D | 80-6rd-tunnel.network | 15 # systemd-networkd when DHCPv4 6RD option is received.
|
/systemd-251/shell-completion/bash/ |
D | systemd-detect-virt | 16 # You should have received a copy of the GNU Lesser General Public License
|
D | kernel-install | 16 # You should have received a copy of the GNU Lesser General Public License
|
D | oomctl | 16 # You should have received a copy of the GNU Lesser General Public License
|
D | systemd-cat | 17 # You should have received a copy of the GNU Lesser General Public License
|
D | systemd-delta | 16 # You should have received a copy of the GNU Lesser General Public License
|
D | systemd-path | 16 # You should have received a copy of the GNU Lesser General Public License
|
D | systemd-cgtop | 16 # You should have received a copy of the GNU Lesser General Public License
|
D | systemd-cgls | 16 # You should have received a copy of the GNU Lesser General Public License
|
D | systemd-id128 | 16 # You should have received a copy of the GNU Lesser General Public License
|
D | networkctl | 16 # You should have received a copy of the GNU Lesser General Public License
|
D | hostnamectl | 18 # You should have received a copy of the GNU Lesser General Public License
|
D | systemd-resolve | 16 # You should have received a copy of the GNU Lesser General Public License
|
D | timedatectl | 18 # You should have received a copy of the GNU Lesser General Public License
|
D | localectl | 18 # You should have received a copy of the GNU Lesser General Public License
|
D | portablectl | 16 # You should have received a copy of the GNU Lesser General Public License
|
D | bootctl | 16 # You should have received a copy of the GNU Lesser General Public License
|
D | coredumpctl | 18 # You should have received a copy of the GNU Lesser General Public License
|
D | machinectl | 16 # You should have received a copy of the GNU Lesser General Public License
|
D | loginctl | 18 # You should have received a copy of the GNU Lesser General Public License
|
/systemd-251/ |
D | LICENSE.GPL2 | 149 c) Accompany it with the information you received as to the offer 152 received the program in object code or executable form with such 176 However, parties who have received copies, or rights, from you under 306 You should have received a copy of the GNU General Public License along
|
12