ADIC Server Server User Manual


 
4-14 DAS ACI Functions
601626-B
aci_clientstatus
The aci_clientstatus function queries client access list
configuration. See Figure 4-8.
Figure 4-8 aci_clientstatus Function Call
Query the current client access configuration status of a client
named clientname. All configuration information is returned in
the structure aci_client_entry. See Figure 4-9.
For additional information, refer to aci_clientaccess on page
4-11.
Figure 4-9 Returned Configuration Information
See Table 4-5 for a description of the parameters for the
aci_clientstatus function call.
#include "aci.h"
int aci_clientstatus( char *clientname,
struct aci_client_entry *client )
struct aci_client_entry{
char clientname[ACI_NAME_LEN];
struct in_addr ip_addr;
boolean avc;
boolean complete_access;
boolean dismount;
char
volser_range[ACI_MAX_RANGES][ACI_RANGE_LEN];
char drive_range[ACI_RANGE_LEN];
};