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

Go to the source code of this file.

Data Structures

struct  rose_address
 
struct  sockaddr_rose
 
struct  full_sockaddr_rose
 
struct  rose_route_struct
 
struct  rose_cause_struct
 
struct  rose_facilities_struct
 

Macros

#define ROSE_MTU   251
 
#define ROSE_MAX_DIGIS   6
 
#define ROSE_DEFER   1
 
#define ROSE_T1   2
 
#define ROSE_T2   3
 
#define ROSE_T3   4
 
#define ROSE_IDLE   5
 
#define ROSE_QBITINCL   6
 
#define ROSE_HOLDBACK   7
 
#define SIOCRSGCAUSE   (SIOCPROTOPRIVATE+0)
 
#define SIOCRSSCAUSE   (SIOCPROTOPRIVATE+1)
 
#define SIOCRSL2CALL   (SIOCPROTOPRIVATE+2)
 
#define SIOCRSSL2CALL   (SIOCPROTOPRIVATE+2)
 
#define SIOCRSACCEPT   (SIOCPROTOPRIVATE+3)
 
#define SIOCRSCLRRT   (SIOCPROTOPRIVATE+4)
 
#define SIOCRSGL2CALL   (SIOCPROTOPRIVATE+5)
 
#define SIOCRSGFACILITIES   (SIOCPROTOPRIVATE+6)
 
#define ROSE_DTE_ORIGINATED   0x00
 
#define ROSE_NUMBER_BUSY   0x01
 
#define ROSE_INVALID_FACILITY   0x03
 
#define ROSE_NETWORK_CONGESTION   0x05
 
#define ROSE_OUT_OF_ORDER   0x09
 
#define ROSE_ACCESS_BARRED   0x0B
 
#define ROSE_NOT_OBTAINABLE   0x0D
 
#define ROSE_REMOTE_PROCEDURE   0x11
 
#define ROSE_LOCAL_PROCEDURE   0x13
 
#define ROSE_SHIP_ABSENT   0x39
 

Macro Definition Documentation

#define ROSE_ACCESS_BARRED   0x0B

Definition at line 39 of file rose.h.

#define ROSE_DEFER   1

Definition at line 17 of file rose.h.

#define ROSE_DTE_ORIGINATED   0x00

Definition at line 34 of file rose.h.

#define ROSE_HOLDBACK   7

Definition at line 23 of file rose.h.

#define ROSE_IDLE   5

Definition at line 21 of file rose.h.

#define ROSE_INVALID_FACILITY   0x03

Definition at line 36 of file rose.h.

#define ROSE_LOCAL_PROCEDURE   0x13

Definition at line 42 of file rose.h.

#define ROSE_MAX_DIGIS   6

Definition at line 15 of file rose.h.

#define ROSE_MTU   251

Definition at line 13 of file rose.h.

#define ROSE_NETWORK_CONGESTION   0x05

Definition at line 37 of file rose.h.

#define ROSE_NOT_OBTAINABLE   0x0D

Definition at line 40 of file rose.h.

#define ROSE_NUMBER_BUSY   0x01

Definition at line 35 of file rose.h.

#define ROSE_OUT_OF_ORDER   0x09

Definition at line 38 of file rose.h.

#define ROSE_QBITINCL   6

Definition at line 22 of file rose.h.

#define ROSE_REMOTE_PROCEDURE   0x11

Definition at line 41 of file rose.h.

#define ROSE_SHIP_ABSENT   0x39

Definition at line 43 of file rose.h.

#define ROSE_T1   2

Definition at line 18 of file rose.h.

#define ROSE_T2   3

Definition at line 19 of file rose.h.

#define ROSE_T3   4

Definition at line 20 of file rose.h.

#define SIOCRSACCEPT   (SIOCPROTOPRIVATE+3)

Definition at line 29 of file rose.h.

#define SIOCRSCLRRT   (SIOCPROTOPRIVATE+4)

Definition at line 30 of file rose.h.

#define SIOCRSGCAUSE   (SIOCPROTOPRIVATE+0)

Definition at line 25 of file rose.h.

#define SIOCRSGFACILITIES   (SIOCPROTOPRIVATE+6)

Definition at line 32 of file rose.h.

#define SIOCRSGL2CALL   (SIOCPROTOPRIVATE+5)

Definition at line 31 of file rose.h.

#define SIOCRSL2CALL   (SIOCPROTOPRIVATE+2)

Definition at line 27 of file rose.h.

#define SIOCRSSCAUSE   (SIOCPROTOPRIVATE+1)

Definition at line 26 of file rose.h.

#define SIOCRSSL2CALL   (SIOCPROTOPRIVATE+2)

Definition at line 28 of file rose.h.