Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
atmclip.h File Reference
#include <linux/sockios.h>
#include <linux/atmioc.h>

Go to the source code of this file.

Macros

#define RFC1483LLC_LEN   8 /* LLC+OUI+PID = 8 */
 
#define RFC1626_MTU   9180 /* RFC1626 default MTU */
 
#define CLIP_DEFAULT_IDLETIMER   1200 /* 20 minutes, see RFC1755 */
 
#define CLIP_CHECK_INTERVAL   10 /* check every ten seconds */
 
#define SIOCMKCLIP   _IO('a',ATMIOC_CLIP) /* create IP interface */
 

Macro Definition Documentation

#define CLIP_CHECK_INTERVAL   10 /* check every ten seconds */

Definition at line 17 of file atmclip.h.

#define CLIP_DEFAULT_IDLETIMER   1200 /* 20 minutes, see RFC1755 */

Definition at line 16 of file atmclip.h.

#define RFC1483LLC_LEN   8 /* LLC+OUI+PID = 8 */

Definition at line 13 of file atmclip.h.

#define RFC1626_MTU   9180 /* RFC1626 default MTU */

Definition at line 14 of file atmclip.h.

#define SIOCMKCLIP   _IO('a',ATMIOC_CLIP) /* create IP interface */

Definition at line 19 of file atmclip.h.