val int_to_protocol : int -> [> `ICMP | `TCP | `UDP ] optionval protocol_to_int : [< `ICMP | `TCP | `UDP ] -> intval set_ip : Cstruct.t -> int -> Ipaddr.V6.t -> unitval get_ip : Cstruct.t -> int -> Ipaddr.V6.tval version_flow_off : intval get_version_flow : Cstruct.t -> Cstruct.uint32val set_version_flow : Cstruct.t -> Cstruct.uint32 -> unitval get_nhdr : Cstruct.t -> Cstruct.uint8val set_nhdr : Cstruct.t -> Cstruct.uint8 -> unitval get_len : Cstruct.t -> Cstruct.uint16val set_len : Cstruct.t -> Cstruct.uint16 -> unitval get_hlim : Cstruct.t -> Cstruct.uint8val set_hlim : Cstruct.t -> Cstruct.uint8 -> unitval get_src : Cstruct.t -> Ipaddr.V6.tval set_src : Cstruct.t -> Ipaddr.V6.t -> unitval get_dst : Cstruct.t -> Ipaddr.V6.tval set_dst : Cstruct.t -> Ipaddr.V6.t -> unitval get_ty : Cstruct.t -> Cstruct.uint8val set_ty : Cstruct.t -> Cstruct.uint8 -> unitval get_code : Cstruct.t -> Cstruct.uint8val set_code : Cstruct.t -> Cstruct.uint8 -> unitmodule Llopt : sig ... end