Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
rxrpc.h File Reference
#include <linux/in.h>
#include <linux/in6.h>

Go to the source code of this file.

Data Structures

struct  sockaddr_rxrpc
 

Macros

#define RXRPC_SECURITY_KEY   1 /* [clnt] set client security key */
 
#define RXRPC_SECURITY_KEYRING   2 /* [srvr] set ring of server security keys */
 
#define RXRPC_EXCLUSIVE_CONNECTION   3 /* [clnt] use exclusive RxRPC connection */
 
#define RXRPC_MIN_SECURITY_LEVEL   4 /* minimum security level */
 
#define RXRPC_USER_CALL_ID   1 /* user call ID specifier */
 
#define RXRPC_ABORT   2 /* abort request / notification [terminal] */
 
#define RXRPC_ACK   3 /* [Server] RPC op final ACK received [terminal] */
 
#define RXRPC_NET_ERROR   5 /* network error received [terminal] */
 
#define RXRPC_BUSY   6 /* server busy received [terminal] */
 
#define RXRPC_LOCAL_ERROR   7 /* local error generated [terminal] */
 
#define RXRPC_NEW_CALL   8 /* [Server] new incoming call notification */
 
#define RXRPC_ACCEPT   9 /* [Server] accept request */
 
#define RXRPC_SECURITY_PLAIN   0 /* plain secure-checksummed packets only */
 
#define RXRPC_SECURITY_AUTH   1 /* authenticated packets */
 
#define RXRPC_SECURITY_ENCRYPT   2 /* encrypted packets */
 
#define RXRPC_SECURITY_NONE   0 /* no security protocol */
 
#define RXRPC_SECURITY_RXKAD   2 /* kaserver or kerberos 4 */
 
#define RXRPC_SECURITY_RXGK   4 /* gssapi-based */
 
#define RXRPC_SECURITY_RXK5   5 /* kerberos 5 */
 

Macro Definition Documentation

#define RXRPC_ABORT   2 /* abort request / notification [terminal] */

Definition at line 46 of file rxrpc.h.

#define RXRPC_ACCEPT   9 /* [Server] accept request */

Definition at line 52 of file rxrpc.h.

#define RXRPC_ACK   3 /* [Server] RPC op final ACK received [terminal] */

Definition at line 47 of file rxrpc.h.

#define RXRPC_BUSY   6 /* server busy received [terminal] */

Definition at line 49 of file rxrpc.h.

#define RXRPC_EXCLUSIVE_CONNECTION   3 /* [clnt] use exclusive RxRPC connection */

Definition at line 38 of file rxrpc.h.

#define RXRPC_LOCAL_ERROR   7 /* local error generated [terminal] */

Definition at line 50 of file rxrpc.h.

#define RXRPC_MIN_SECURITY_LEVEL   4 /* minimum security level */

Definition at line 39 of file rxrpc.h.

#define RXRPC_NET_ERROR   5 /* network error received [terminal] */

Definition at line 48 of file rxrpc.h.

#define RXRPC_NEW_CALL   8 /* [Server] new incoming call notification */

Definition at line 51 of file rxrpc.h.

#define RXRPC_SECURITY_AUTH   1 /* authenticated packets */

Definition at line 58 of file rxrpc.h.

#define RXRPC_SECURITY_ENCRYPT   2 /* encrypted packets */

Definition at line 59 of file rxrpc.h.

#define RXRPC_SECURITY_KEY   1 /* [clnt] set client security key */

Definition at line 36 of file rxrpc.h.

#define RXRPC_SECURITY_KEYRING   2 /* [srvr] set ring of server security keys */

Definition at line 37 of file rxrpc.h.

#define RXRPC_SECURITY_NONE   0 /* no security protocol */

Definition at line 64 of file rxrpc.h.

#define RXRPC_SECURITY_PLAIN   0 /* plain secure-checksummed packets only */

Definition at line 57 of file rxrpc.h.

#define RXRPC_SECURITY_RXGK   4 /* gssapi-based */

Definition at line 66 of file rxrpc.h.

#define RXRPC_SECURITY_RXK5   5 /* kerberos 5 */

Definition at line 67 of file rxrpc.h.

#define RXRPC_SECURITY_RXKAD   2 /* kaserver or kerberos 4 */

Definition at line 65 of file rxrpc.h.

#define RXRPC_USER_CALL_ID   1 /* user call ID specifier */

Definition at line 45 of file rxrpc.h.