= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type ip_endpoint = Ipaddr.t * int
type 'a process =
src:ip_endpoint ->
dst:ip_endpoint ->
'a ->
Dns.Query.answer option Lwt.t
module type PROCESSOR = sig ... end
val process_query :
Dns.Buf.t ->
int ->
Dns.Buf.t ->
ip_endpoint ->
ip_endpoint ->
(module PROCESSOR) ->
Dns.Buf.t option Lwt.t
val process_of_zonebufs : string list -> Dns.Packet.t process
val process_of_zonebuf : string -> Dns.Packet.t process