package tcpip
OCaml TCP/IP networking stack, used in MirageOS
Install
Dune Dependency
Authors
Maintainers
Sources
tcpip-v6.4.0.tbz
sha256=6e32bf540d291e9b7325cb3dd00df2f695533e009c46ea534d5518b9492c7348
sha512=2e9f9ca2eeac637599eb48e087b4632598539f1c76f9251758995c7eedeb723f8b951d557a2a53b85a58d50a04e68e15598581f88fca8997733e800fcfca422b
doc/src/tcpip.icmpv4/icmpv4_wire.ml.html
Source file icmpv4_wire.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
[%%cstruct type icmpv4 = { ty: uint8_t; code: uint8_t; csum: uint16_t; id: uint16_t; seq: uint16_t; } [@@big_endian] ] [%%cenum type ty = | Echo_reply [@id 0] | Destination_unreachable [@id 3] | Source_quench | Redirect | Echo_request [@id 8] | Time_exceeded [@id 11] | Parameter_problem | Timestamp_request | Timestamp_reply | Information_request | Information_reply [@@uint8_t] ] [%%cenum type unreachable_reason = | Network_unreachable [@id 0] | Host_unreachable | Protocol_unreachable | Port_unreachable | Would_fragment | Source_route_failed | Destination_network_unknown | Destination_host_unknown | Source_host_isolated | Destination_net_prohibited | Destination_host_prohibited | TOS_network_unreachable | TOS_host_unreachable | Communication_prohibited | Host_precedence_violation | Precedence_insufficient [@id 15] [@@uint8_t] ]
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>