Module Ipv6_socket

type t = unit
type error = Tcpip.Ip.error
type ipaddr = Ipaddr.V6.t
type callback = src:ipaddr -> dst:ipaddr -> Cstruct.t -> unit Lwt.t
val pp_error : Tcpip.Ip.error Fmt.t
val pp_ipaddr : Stdlib.Format.formatter -> Ipaddr.V6.t -> unit
val mtu : 'a -> dst:'b -> int
val disconnect : unit -> unit Lwt.t
val connect : unit -> unit Lwt.t
val input : 'a -> tcp:'b -> udp:'c -> default:'d -> 'e -> unit Lwt.t
val write : 'a -> ?fragment:'b -> ?ttl:'c -> ?src:'d -> 'e -> 'f -> ?size:'g -> 'h -> 'i -> 'j Lwt.t
val get_ip : 'a -> Ipaddr.V6.t list
val src : 'a -> dst:'b -> 'c
val pseudoheader : 'a -> ?src:'b -> 'c -> 'd -> 'e -> 'f