package tcpip

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ipv6_socketSource

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

Innovation. Community. Security.