]> The Tcpdump Group git mirrors - tcpdump/blobdiff - rpc_auth.h
rt6: parse TLV
[tcpdump] / rpc_auth.h
index 3cc9b30c7bb5bb1a211b41ac417384c159213ca5..b73e3be048d1ee992f9fecc5eb5603c571b2a50a 100644 (file)
@@ -65,14 +65,7 @@ enum sunrpc_auth_stat {
  * Authentication info.  Opaque to client.
  */
 struct sunrpc_opaque_auth {
-       uint32_t oa_flavor;             /* flavor of auth */
-       uint32_t oa_len;                /* length of opaque body */
+       nd_uint32_t oa_flavor;          /* flavor of auth */
+       nd_uint32_t oa_len;             /* length of opaque body */
        /* zero or more bytes of body */
 };
-
-#define SUNRPC_AUTH_NONE       0       /* no authentication */
-#define        SUNRPC_AUTH_NULL        0       /* backward compatibility */
-#define        SUNRPC_AUTH_UNIX        1       /* unix style (uid, gids) */
-#define        SUNRPC_AUTH_SYS         1       /* forward compatibility */
-#define        SUNRPC_AUTH_SHORT       2       /* short hand unix style */
-#define SUNRPC_AUTH_DES                3       /* des style (encrypted timestamps) */