package tcpip

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tcpip-8.2.0.tbz
sha256=916e688aba897676c444db8129f4963ad739f8d1be631d9e009c6228b4b7d6ed
sha512=a8f5fa8f7e96758075c93211132839950477b756fba490207a7d630f2766757bbb44bbdd02e2b1f2b4a7d83d4d8b10d34cb03903bbd516e7d7c1a9a987eb1915

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.