Searched refs:DnsProtocol (Results 1 - 12 of 12) sorted by relevance
/systemd/src/resolve/ |
H A D | resolved-dns-synthesize.h | 28 DnsProtocol dns_synthesize_protocol(uint64_t flags);
|
H A D | resolved-dns-stream.h | 32 DnsProtocol protocol; 58 int dns_stream_new(Manager *m, DnsStream **s, DnsProtocol protocol, int fd);
|
H A D | resolved-dns-packet.h | 38 typedef enum DnsProtocol { enum 44 } DnsProtocol; typedef in typeref:enum:DnsProtocol 73 DnsProtocol protocol; 159 int dns_packet_new(DnsPacket **p, DnsProtocol protocol, size_t mtu); 160 int dns_packet_new_query(DnsPacket **p, DnsProtocol protocol, size_t mtu, bool dnssec_checking_disabled); 241 const char* dns_protocol_to_string(DnsProtocol p) _const_; 242 DnsProtocol dns_protocol_from_string(const char *s) _pure_; 250 static inline uint64_t SD_RESOLVED_FLAGS_MAKE(DnsProtocol protocol, int family, bool authenticated) {
|
H A D | resolved-dns-query.h | 85 DnsProtocol answer_protocol; 129 DnsQuestion* dns_query_question_for_protocol(DnsQuery *q, DnsProtocol protocol);
|
H A D | resolved-dns-scope.h | 44 DnsProtocol protocol; 77 int dns_scope_new(Manager *m, DnsScope **ret, Link *l, DnsProtocol p, int family);
|
H A D | resolved-manager.h | 144 int manager_recv(Manager *m, int fd, DnsProtocol protocol, DnsPacket **ret);
|
H A D | resolved-dns-synthesize.c | 57 DnsProtocol dns_synthesize_protocol(uint64_t flags) {
|
H A D | resolved-dns-stream.c | 347 int dns_stream_new(Manager *m, DnsStream **ret, DnsProtocol protocol, int fd) {
|
H A D | resolved-dns-packet.c | 31 int dns_packet_new(DnsPacket **ret, DnsProtocol protocol, size_t mtu) { 117 int dns_packet_new_query(DnsPacket **ret, DnsProtocol protocol, size_t mtu, bool dnssec_checking_disabled) { 2295 DEFINE_STRING_TABLE_LOOKUP(dns_protocol, DnsProtocol);
|
H A D | resolved-dns-query.c | 1077 DnsQuestion* dns_query_question_for_protocol(DnsQuery *q, DnsProtocol protocol) {
|
H A D | resolved-dns-scope.c | 42 int dns_scope_new(Manager *m, DnsScope **ret, Link *l, DnsProtocol protocol, int family) {
|
H A D | resolved-manager.c | 608 int manager_recv(Manager *m, int fd, DnsProtocol protocol, DnsPacket **ret) {
|
Completed in 2676 milliseconds