diff options
Diffstat (limited to 'include/rxrpc/packet.h')
-rw-r--r-- | include/rxrpc/packet.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/rxrpc/packet.h b/include/rxrpc/packet.h index 452a9bb02d48..09b11a1e8d46 100644 --- a/include/rxrpc/packet.h +++ b/include/rxrpc/packet.h | |||
@@ -186,6 +186,18 @@ struct rxkad_response { | |||
186 | #define RX_DEBUGI_BADTYPE -8 /* bad debugging packet type */ | 186 | #define RX_DEBUGI_BADTYPE -8 /* bad debugging packet type */ |
187 | 187 | ||
188 | /* | 188 | /* |
189 | * (un)marshalling abort codes (rxgen) | ||
190 | */ | ||
191 | #define RXGEN_CC_MARSHAL -450 | ||
192 | #define RXGEN_CC_UNMARSHAL -451 | ||
193 | #define RXGEN_SS_MARSHAL -452 | ||
194 | #define RXGEN_SS_UNMARSHAL -453 | ||
195 | #define RXGEN_DECODE -454 | ||
196 | #define RXGEN_OPCODE -455 | ||
197 | #define RXGEN_SS_XDRFREE -456 | ||
198 | #define RXGEN_CC_XDRFREE -457 | ||
199 | |||
200 | /* | ||
189 | * Rx kerberos security abort codes | 201 | * Rx kerberos security abort codes |
190 | * - unfortunately we have no generalised security abort codes to say things | 202 | * - unfortunately we have no generalised security abort codes to say things |
191 | * like "unsupported security", so we have to use these instead and hope the | 203 | * like "unsupported security", so we have to use these instead and hope the |