package tcpip

  1. Overview
  2. Docs
OCaml TCP/IP networking stack, used in MirageOS

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tcpip-9.0.1.tbz
sha256=fac07ce986811cf5e3d71373d92b631cc30fbef548d6da21b0917212dcf90b03
sha512=01de13f560d58b1524c39619e4e4cb6ebbf069155eb43d0f264aa12b00e0cc8c39792719e3ca46585dd596b692b8e1e3f8c132f005ed9e2d77747c0c158bf4d9

doc/tcpip.ipv6/Ipv6_wire/index.html

Module Ipv6_wireSource

Sourceval sizeof_ipv6 : int
Sourceval int_to_protocol : int -> [> `ICMP | `TCP | `UDP ] option
Sourceval protocol_to_int : [< `ICMP | `TCP | `UDP ] -> int
Sourceval set_ip : Cstruct.t -> int -> Ipaddr.V6.t -> unit
Sourceval get_ip : Cstruct.t -> int -> Ipaddr.V6.t
Sourceval version_flow_off : int
Sourceval len_off : int
Sourceval nhdr_off : int
Sourceval hlim_off : int
Sourceval src_off : int
Sourceval dst_off : int
Sourceval get_version_flow : Cstruct.t -> Cstruct.uint32
Sourceval set_version_flow : Cstruct.t -> Cstruct.uint32 -> unit
Sourceval get_nhdr : Cstruct.t -> Cstruct.uint8
Sourceval set_nhdr : Cstruct.t -> Cstruct.uint8 -> unit
Sourceval set_len : Cstruct.t -> Cstruct.uint16 -> unit
Sourceval get_hlim : Cstruct.t -> Cstruct.uint8
Sourceval set_hlim : Cstruct.t -> Cstruct.uint8 -> unit
Sourceval get_src : Cstruct.t -> Ipaddr.V6.t
Sourceval set_src : Cstruct.t -> Ipaddr.V6.t -> unit
Sourceval get_dst : Cstruct.t -> Ipaddr.V6.t
Sourceval set_dst : Cstruct.t -> Ipaddr.V6.t -> unit
Sourceval ty_off : int
Sourceval set_ty : Cstruct.t -> Cstruct.uint8 -> unit
Sourceval code_off : int
Sourceval get_code : Cstruct.t -> Cstruct.uint8
Sourceval set_code : Cstruct.t -> Cstruct.uint8 -> unit
Sourcemodule Ns : sig ... end
Sourcemodule Llopt : sig ... end
Sourcemodule Icmpv6 : sig ... end
Sourcemodule Na : sig ... end
Sourcemodule Rs : sig ... end
Sourcemodule Pingv6 : sig ... end
Sourcemodule Opt : sig ... end
Sourcemodule Opt_prefix : sig ... end
Sourcemodule Ra : sig ... end
Sourcemodule Redirect : sig ... end
OCaml

Innovation. Community. Security.