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.icmpv4/Icmpv4_wire/index.html

Module Icmpv4_wireSource

Sourcetype ty =
  1. | Echo_reply
  2. | Destination_unreachable
  3. | Source_quench
  4. | Redirect
  5. | Echo_request
  6. | Time_exceeded
  7. | Parameter_problem
  8. | Timestamp_request
  9. | Timestamp_reply
  10. | Information_request
  11. | Information_reply
Sourceval ty_to_string : ty -> string
Sourceval int_to_ty : int -> ty option
Sourceval ty_to_int : ty -> int
Sourcetype unreachable_reason =
  1. | Network_unreachable
  2. | Host_unreachable
  3. | Protocol_unreachable
  4. | Port_unreachable
  5. | Would_fragment
  6. | Source_route_failed
  7. | Destination_network_unknown
  8. | Destination_host_unknown
  9. | Source_host_isolated
  10. | Destination_net_prohibited
  11. | Destination_host_prohibited
  12. | TOS_network_unreachable
  13. | TOS_host_unreachable
  14. | Communication_prohibited
  15. | Host_precedence_violation
  16. | Precedence_insufficient
Sourceval unreachable_reason_to_int : unreachable_reason -> int
Sourceval sizeof_icmpv4 : int
Sourceval get_ty : Cstruct.t -> int
Sourceval set_ty : Cstruct.t -> int -> unit
Sourceval get_code : Cstruct.t -> int
Sourceval set_code : Cstruct.t -> int -> unit
Sourceval get_checksum : Cstruct.t -> int
Sourceval set_checksum : Cstruct.t -> int -> unit
OCaml

Innovation. Community. Security.