rx: add rx_opaque and rx_identity exports
[openafs.git] / src / libafsrpc / afsrpc.def
old mode 100644 (file)
new mode 100755 (executable)
index 8459dc2..eddafe6
@@ -1,11 +1,4 @@
 EXPORTS
-       des_check_key_parity                    @2
-       des_fixup_key_parity                    @5
-       des_init_random_number_generator        @6
-       des_is_weak_key                         @7
-       des_key_sched                           @8
-       des_random_key                          @9
-       des_string_to_key                       @10
        ktohl                                   @11
        life_to_time                            @12
        rx_DestroyConnection                    @13
@@ -244,12 +237,74 @@ EXPORTS
         rx_WritevAlloc                          @249
         rx_ReadProc32                           @250
         rx_WriteProc32                          @251
+        xdr_free                                @252
+        RXAFS_FsCmd                             @253
+        rxi_CallError                           @254
+        rx_GetLocalPeers                       @255
+        xdr_alloc                               @256
+       rx_GetMaxReceiveWindow                  @257
+       rx_GetMaxSendWindow                     @258
+       rx_SetMaxReceiveWindow                  @259
+       rx_SetMaxSendWindow                     @260
+       rx_GetMinPeerTimeout                    @261
+       rx_SetMinPeerTimeout                    @262
+        xdr_serverList                          @263
+        xdr_Capabilities                        @264
+        xdrlen_create                           @265
+        rx_SetConnSecondsUntilNatPing           @266
+        rx_GetServiceSpecific                   @267
+        rx_SetServiceSpecific                   @268
+       rx_NewThreadId                          @269
+        rx_GetStatistics                        @270
+        rx_FreeStatistics                       @271
+       rx_SetConnHardDeadTime                  @272
+       rx_SetConnIdleDeadTime                  @273
+       rx_InterruptCall                        @274
+        osi_Panic                              @275
+
+; lwp functions
+        Afs_Lock_Obtain                         @276
+        Afs_Lock_ReleaseR                       @277
+        Afs_Lock_ReleaseW                       @278
+        Afs_Lock_WakeupR                        @279
+        Lock_Init                               @280
+        Lock_Destroy                            @281
+        FT_Init                                 @282
+        FT_GetTimeOfDay                         @283
+        FT_AGetTimeOfDay                        @284
+        FT_ApproxTime                           @285
+        threadname                              @286
+        registerthread                          @287
+        swapthreadname                          @288
+
+       rx_opaque_new                           @289
+       rx_opaque_alloc                         @290
+       rx_opaque_populate                      @291
+       rx_opaque_copy                          @292
+       rx_opaque_freeContents                  @293
+       rx_opaque_zeroFreeContents              @294
+       rx_opaque_free                          @295
+       rx_opaque_zeroFree                      @296
+       rx_identity_match                       @297
+       rx_identity_populate                    @298
+       rx_identity_copy                        @299
+       rx_identity_copyContents                @300
+       rx_identity_new                         @301
+       rx_identity_freeContents                @302
+       rx_identity_free                        @303
+
 
 ; for performance testing
         rx_TSFPQGlobSize                        @2001 DATA
         rx_TSFPQLocalMax                        @2002 DATA
         rx_TSFPQMaxProcs                        @2003 DATA
         rxi_MorePackets                         @2007
+        rxi_nRecvFrags                          @2008 DATA
+        rxi_nSendFrags                          @2009 DATA
+        rx_initReceiveWindow                    @2010 DATA
+        rx_initSendWindow                       @2011 DATA
+        rx_intentionallyDroppedPacketsPer100    @2012 DATA
+        rx_intentionallyDroppedOnReadPer100     @2013 DATA
 
 ; for debugging
         rx_DumpCalls                            @9998