type ipaddr = Ipaddr.V4.ttype callback = src:ipaddr -> dst:ipaddr -> Cstruct.t -> unit Lwt.ttype prefix = Ipaddr.V4.Prefix.tval pp_ipaddr : Stdlib.Format.formatter -> Ipaddr.V4.t -> unitval pp_prefix : Stdlib.Format.formatter -> Ipaddr.V4.Prefix.t -> unitval mtu : 'a -> dst:'b -> intval disconnect : 'a -> unit Lwt.tval connect : 'a -> unit Lwt.tval write :
'a ->
?fragment:'b ->
?ttl:'c ->
?src:'d ->
'e ->
'f ->
?size:'g ->
'h ->
'i ->
'j Lwt.tval get_ip : 'a -> Ipaddr.V4.t listval src : 'a -> dst:'b -> 'c