OpenAFS
OpenAFS distributed network file system
rx_securityClass::rx_securityOps Struct Reference

Data Fields

int(* op_Close )(struct rx_securityClass *aobj)
int(* op_NewConnection )(struct rx_securityClass *aobj, struct rx_connection *aconn)
int(* op_PreparePacket )(struct rx_securityClass *aobj, struct rx_call *acall, struct rx_packet *apacket)
int(* op_SendPacket )(struct rx_securityClass *aobj, struct rx_call *acall, struct rx_packet *apacket)
int(* op_CheckAuthentication )(struct rx_securityClass *aobj, struct rx_connection *aconn)
int(* op_CreateChallenge )(struct rx_securityClass *aobj, struct rx_connection *aconn)
int(* op_GetChallenge )(struct rx_securityClass *aobj, struct rx_connection *aconn, struct rx_packet *apacket)
int(* op_GetResponse )(struct rx_securityClass *aobj, struct rx_connection *aconn, struct rx_packet *apacket)
int(* op_CheckResponse )(struct rx_securityClass *aobj, struct rx_connection *aconn, struct rx_packet *apacket)
int(* op_CheckPacket )(struct rx_securityClass *aobj, struct rx_call *acall, struct rx_packet *apacket)
int(* op_DestroyConnection )(struct rx_securityClass *aobj, struct rx_connection *aconn)
int(* op_GetStats )(struct rx_securityClass *aobj, struct rx_connection *aconn, struct rx_securityObjectStats *astats)
int(* op_SetConfiguration )(struct rx_securityClass *aobj, struct rx_connection *aconn, rx_securityConfigVariables atype, void *avalue, void **acurrentValue)
int(* op_Spare2 )(void)
int(* op_Spare3 )(void)

The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables