{
{   The purpose of this procedure is to bind the given
{ global socket to the given port number and IP address.
{ If the IP address is 0, it implies that the socket is to
{ be bound to IP addresses of all known UDP devices. If a
{ non zero IP address is specified, the device supporting
{ the IP address is determined. The open socket requests
{ are sent to the corresponding device(s). This process
{ waits for the responses from the device(s).
{
{       NLP$UDP_BIND_SOCKET (GLOBAL_SOCKET_ID, PORT
{             TRAFFIC_PATTERN, IP_ADDRESS, STATUS)
{
{ GLOBAL_SOCKET_ID: (input) This parameter specifies the
{       global socket identifier.
{
{ PORT: (input) This parameter specifies the port number
{       to which the socket is to be bound.
{
{ TRAFFIC_PATTERN: (input) This parameter specifies the traffic
{       pattern option selected for the given socket.
{
{ IP_ADDRESS: (input) This parameter specifies the IP address
{       to which the socket is to be bound. A 0 value implies
{       that the socket is to be bound to IP addresses of all
{       known UDP devices.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITION:
{             nae$sk_no_device_configured
{
