PreviousUpNext

15.3.524  src/lib/std/src/socket/net-protocol-db.api

## net-protocol-db.api

# Compiled by:
#     src/lib/std/src/standard-core.sublib



api Net_Protocol_Db {

    Entry;

    name:      Entry -> String;
    aliases:   Entry -> List( String );
    protocol:  Entry -> Int;

    get_by_name:    String -> Null_Or( Entry );
    get_by_number:  Int -> Null_Or( Entry );
};



## COPYRIGHT (c) 1995 AT&T Bell Laboratories.
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2012,
## released under Gnu Public Licence version 3.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext