/sys$common/syshlp/helplib.hlb TCPIP Services, Programming Interfaces, Sockets API, inet_makeaddr() *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Returns an internet address based on a particular local address and a network. Format #include <in.h> #include <inet.h> struct in_addr inet_makeaddr ( int net, int lna );
Additional Information (explode) :
|