VMS Help  —  TCPIP Services, Programming Interfaces, Socket API Functions, getservbyport()
    Gets information on the specified port from the services database
    that is referenced by the TCPIP$SERVICE logical name. If the
    specified port is not found, this function may invoke the BIND
    resolver to search TCPIP$ETC:SERVICES.DAT.
    Format
      #include  <netdb.h>
      struct servent *getservbyport  ( int port, char *proto );
Additional Information: explode extract
Arguments Description Return Values Errors
Close Help