module Service:sig
..end
type
t = {
|
name : |
|
aliases : |
|
port : |
|
proto : |
services
database.val getbyname : string -> protocol:string -> t option
services
with the given name.val getbyname_exn : string -> protocol:string -> t
val getbyport : int -> protocol:string -> t option
services
with the given service number.val getbyport_exn : int -> protocol:string -> t