pkt.ml
mnet
mnet.arpv4
mnet.ethernet
mnet.fragments
mnet.icmpv4
mnet.ipv4
mnet.ipv6
mnet.tags
1 2 3 4 5 6 7 8 9 10 type l2 = { dst: Macaddr.t; len: int; fn: Bstr.t -> int } type l3 = { src: Ipaddr.V6.t option ; dst: Ipaddr.V6.t ; protocol: int ; hop_limit: int ; len: int ; fn: Bstr.t -> int }
1 2 3 4 5 6 7 8 9 10
type l2 = { dst: Macaddr.t; len: int; fn: Bstr.t -> int } type l3 = { src: Ipaddr.V6.t option ; dst: Ipaddr.V6.t ; protocol: int ; hop_limit: int ; len: int ; fn: Bstr.t -> int }