Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 1 | /* |
| 2 | * This file is auto-generated. Modifications will be lost. |
| 3 | * |
| 4 | * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ |
| 5 | * for more information. |
| 6 | */ |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 7 | #ifndef LINUX_ATMCLIP_H |
| 8 | #define LINUX_ATMCLIP_H |
| 9 | #include <linux/sockios.h> |
| 10 | #include <linux/atmioc.h> |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 11 | #define RFC1483LLC_LEN 8 |
| 12 | #define RFC1626_MTU 9180 |
| 13 | #define CLIP_DEFAULT_IDLETIMER 1200 |
| 14 | #define CLIP_CHECK_INTERVAL 10 |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 15 | #define SIOCMKCLIP _IO('a', ATMIOC_CLIP) |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 16 | #endif |