AFS Assigned Numbers Registry - RXAFSCB_ RPC interface

This is a table of procedure numbers and names for the 'RXAFSCB_' AFS cache manager callback Rx RPC interface. Also available are some interface documentation the Rx interface description itself, and a C header file defining the opcode values.

RXAFSCB_ Procedures

Number Name Description
204 CallBack Break a callback
205 InitCallBackState Reset callbacks from this server
206 Probe Verify client still exists
207 GetLock Get lock table contents
208 GetCE Get cache entry
209 XStatsVersion Get extended stats version
210 GetXStats Get extended stats data
211 InitCallBackState2
212 WhoAreYou
213 InitCallBackState3
214 ProbeUuid
215 GetServerPrefs
216 GetCellServDB
217 GetLocalCell
218 GetCacheConfig
65536 GetCE64
65537 GetCellByNum

How to use these codes

These codes are procedure numbers used in an Rx remote procedure call interface. They are used by the Rx protocol to identify the desired procedure during a remote procedure call. Applications do not normally need to refer to these procedure numbers directly; instead a call is made to stub functions generated by rxgen.

In order to generate and use Rx stubs for this interface, you will need an implementation of the Rx remote procedure call protocol, including the rxgen program or its equivalent. You will also need the Rx interface description file, and the C header file defining the opcode values.

Registration Policy

Procedure numbers for the 'RXAFSCB_' interface are maintained by the AFS assigned numbers registrar. New procedure numbers will be assigned on request to anyone wishing to extend this interface. Requests should include the name and description of the new procedure, a declaration suitable for inclusion in the Rx interface description file, and a brief summary of what the new procedure does.