HomeSort by relevance Sort by last modified time
    Searched refs:AUTH_NULL (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
auth.h 170 #define AUTH_NULL 0 /* backward compatibility */
  /external/python/cpython2/Demo/rpc/
rpc.py 22 AUTH_NULL = 0
268 self.cred = (AUTH_NULL, make_auth_null())
274 self.verf = (AUTH_NULL, make_auth_null())
694 self.packer.pack_auth((AUTH_NULL, make_auth_null()))
722 self.packer.pack_auth((AUTH_NULL, make_auth_null()))

Completed in 111 milliseconds