package tcpip

  1. Overview
  2. Docs
type direct_ipv4_input = src:Ipaddr.V4.t -> dst:Ipaddr.V4.t -> Cstruct.t -> unit Lwt.t
module type UDPV4_DIRECT = sig ... end
module type TCPV4_DIRECT = sig ... end
module Make (Console : V1_LWT.CONSOLE) (Time : V1_LWT.TIME) (Random : V1.RANDOM) (Netif : V1_LWT.NETWORK) (Ethif : sig ... end) (Ipv4 : sig ... end) (Udpv4 : sig ... end) (Tcpv4 : sig ... end) : sig ... end