tcpip.icmpv4
Icmpv4_packet
tcpip
tcpip.checksum
tcpip.icmpv4-socket
tcpip.ipv4
tcpip.ipv6
tcpip.stack-direct
tcpip.stack-socket
tcpip.tcp
tcpip.tcp_socket_options
tcpip.tcpv4v6-socket
tcpip.udp
tcpip.udpv4v6-socket
type subheader =
| Id_and_seq of Cstruct.uint16 * Cstruct.uint16
| Next_hop_mtu of Cstruct.uint16
| Pointer of Cstruct.uint8
| Address of Ipaddr.V4.t
| Unused
type t = {
code : Cstruct.uint8;
ty : Icmpv4_wire.ty;
subheader : subheader;
}
val pp : Format.formatter -> t -> unit
val equal : t -> t -> bool
module Unmarshal : sig ... end
module Marshal : sig ... end