Searched defs:DnsStream (Results 1 – 4 of 4) sorted by relevance
10 typedef struct DnsStream DnsStream; typedef48 struct DnsStream { struct52 DnsStreamType type; argument53 DnsProtocol protocol;55 int fd;56 union sockaddr_union peer;57 socklen_t peer_salen;58 union sockaddr_union local;59 socklen_t local_salen;83 int (*on_packet)(DnsStream *s, DnsPacket *p); argument[all …]
10 typedef struct DnsStream DnsStream; typedef
503 int (on_packet)(DnsStream*, DnsPacket*), in dns_stream_new()504 int (complete)(DnsStream*, int), /* optional */ in dns_stream_new() argument
11 typedef struct DnsStream DnsStream; typedef