source: svn/newcon3bcm2_21bu/toolchain/mipsel-linux-uclibc/include/linux/atmclip.h @ 66

Last change on this file since 66 was 66, checked in by megakiss, 11 years ago

키패드 기능 연결

전원키 누르고 리모콘 누르면 학습
CH+ 간격 1초 증가 MAX:15
CH- 간격 1초 감소 MIN :1

  • Property svn:executable set to *
File size: 513 bytes
Line 
1/* atmclip.h - Classical IP over ATM */
2 
3/* Written 1995-1998 by Werner Almesberger, EPFL LRC/ICA */
4 
5
6#ifndef LINUX_ATMCLIP_H
7#define LINUX_ATMCLIP_H
8
9#include <linux/sockios.h>
10#include <linux/atmioc.h>
11
12
13#define RFC1483LLC_LEN  8               /* LLC+OUI+PID = 8 */
14#define RFC1626_MTU     9180            /* RFC1626 default MTU */
15
16#define CLIP_DEFAULT_IDLETIMER 1200     /* 20 minutes, see RFC1755 */
17#define CLIP_CHECK_INTERVAL      10     /* check every ten seconds */
18
19#define SIOCMKCLIP      _IO('a',ATMIOC_CLIP)    /* create IP interface */
20
21#endif
Note: See TracBrowser for help on using the repository browser.