module Route:sig..end
type t = {
|
iface : |
|
destination : |
|
gateway : |
|
flags : |
|
refcnt : |
|
use : |
|
metric : |
|
mask : |
|
mtu : |
|
window : |
|
irtt : |
val irtt : t -> intval window : t -> intval mtu : t -> intval mask : t -> Core.Unix.Inet_addr.tval metric : t -> intval use : t -> intval refcnt : t -> intval flags : t -> intval gateway : t -> Core.Unix.Inet_addr.tval destination : t -> Core.Unix.Inet_addr.tval iface : t -> stringmodule Fields:sig..end
val default : unit -> Core.Unix.Inet_addr.t