Source file pkt.ml

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
}