DNA_IPPoint

DNA_IPPoint

dna

1998 12-06


CLASS

DNA_IPPoint - C++ network peer identification via IP


SYNOPSIS

DNA_IPPoint implements the concept of identifying a point in an Internet Protocol (IP) network.


MEMBER FUNCTIONS


MACROS


SOCKET_HANDLE The local platform socket handle type.
INVALID_SOCKET_HANDLE The local platform value indicating an invalid socket handle.
IP_HOST_ADDRESS The local platform IP host address type.
IP_SOCKET_ADDRESS The local platform IP socket address type.
PTR_IP_SOCKET_ADDRESS The local platform IP socket address pointer type.
IP_PROTOCOL The local platform IP protocol type.
IP_PORT The local platform IP port type.
DNA_EWOULDBLOCK The local platform definition of an error code indicating that a system call would block.
DNA_BEGIN_EINTR_LOOP Begin a loop that is insensitive to interrupted system calls.
DNA_END_EINTR_LOOP End a loop that is insensitive to interrupted system calls.


SEE ALSO

DNA_IPSocket(3), DNA_TCPConnectionImp(3), DNA_UDPBindingImp(3)