{
{   The purpose of this procedure is to get the list of IP addresses
{ to which the given listen socket is currently bound.
{
{       NLP$SK_TCP_GET_LISTEN_ADDRESSES (APPLICATION, PORT,
{             BOUND_ADDRESS, LISTEN_ADDRESSES, COUNT, STATUS)
{
{ APPLICATION: (input) This parameter specifies the application name
{       associated with the listen socket.
{
{ PORT: (input) This parameter specifies the port number for the listen
{       socket.
{
{ BOUND_ADDRESS: (input) This parameter specifies that the listen socket
{       has been bound to all known IP addresses.
{
{ LISTEN_ADDRESSES: (output) This parameter contains all the IP addresses
{       to which the listen socket has been bound.
{
{ COUNT: (output) This parameter contains the count of IP addresses being
{       returned by the previous parameter.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITION:
{             nae$sk_socket_terminated
{
