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