package tcpip
OCaml TCP/IP networking stack, used in MirageOS
Install
Dune Dependency
Authors
Maintainers
Sources
tcpip-7.1.2.tbz
sha256=96b6aeafa35f143f7275d1becb6d639472adf3680b8180416de765b6581c466d
sha512=3f873c986de5c58df72db2953c6b2a6319963dbbbd0781b55c2878fd1eaa081ebb7cecbee595db7cb3680a6f438904f98cb69ca17e70c7a6d2d1f61277e929bd
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)"
>