VMS Help TCPIP Services, Programming Interfaces, Sockets API, getnetbyaddr() *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Searches the network database sequentially from the beginning for a network record with a given address. The $QIO equivalent is the IO$_ACPCONTROL function with the INETACP_FUNC$C_GETNETBYADDR subfunction code. Format #include <netdb.h> struct netent *getnetbyaddr ( long net, int type) ;
Additional Information (explode) :
|