#include <linux/in.h>
#include <linux/in6.h>
Go to the source code of this file.
#define RXRPC_ACCEPT 9 /* [Server] accept request */ |
#define RXRPC_ACK 3 /* [Server] RPC op final ACK received [terminal] */ |
#define RXRPC_BUSY 6 /* server busy received [terminal] */ |
#define RXRPC_EXCLUSIVE_CONNECTION 3 /* [clnt] use exclusive RxRPC connection */ |
#define RXRPC_LOCAL_ERROR 7 /* local error generated [terminal] */ |
#define RXRPC_NET_ERROR 5 /* network error received [terminal] */ |
#define RXRPC_NEW_CALL 8 /* [Server] new incoming call notification */ |
#define RXRPC_SECURITY_AUTH 1 /* authenticated packets */ |
#define RXRPC_SECURITY_ENCRYPT 2 /* encrypted packets */ |
#define RXRPC_SECURITY_PLAIN 0 /* plain secure-checksummed packets only */ |
#define RXRPC_SECURITY_RXGK 4 /* gssapi-based */ |
#define RXRPC_SECURITY_RXK5 5 /* kerberos 5 */ |
#define RXRPC_SECURITY_RXKAD 2 /* kaserver or kerberos 4 */ |
#define RXRPC_USER_CALL_ID 1 /* user call ID specifier */ |