]> The Tcpdump Group git mirrors - tcpdump/blobdiff - rpc_auth.h
Use nd_ types for ONC RPC.
[tcpdump] / rpc_auth.h
index 3cc9b30c7bb5bb1a211b41ac417384c159213ca5..3385ab9d42ec29b65b1cce9bca11e5a4eb552459 100644 (file)
@@ -65,8 +65,8 @@ 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 */
 };