
  PROCEDURE [XREF] nlp$udp_bind_socket
    (    global_socket_id: nlt$udp_global_socket_id;
         port: nat$sk_port_number;
         traffic_pattern: nat$sk_traffic_pattern,
         ip_address: nat$sk_ip_address;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc nat$sk_ip_address
*copyc nat$sk_port_number
*copyc nat$sk_traffic_pattern
*copyc nlt$udp_global_socket_id
*copyc ost$status
?? POP ??

