1 s! {
2     pub struct termios2 {
3         pub c_iflag: ::tcflag_t,
4         pub c_oflag: ::tcflag_t,
5         pub c_cflag: ::tcflag_t,
6         pub c_lflag: ::tcflag_t,
7         pub c_line: ::cc_t,
8         pub c_cc: [::cc_t; 23],
9         pub c_ispeed: ::speed_t,
10         pub c_ospeed: ::speed_t,
11     }
12 }
13 
14 // arch/mips/include/uapi/asm/socket.h
15 pub const SOL_SOCKET: ::c_int = 0xffff;
16 
17 // Defined in unix/linux_like/mod.rs
18 // pub const SO_DEBUG: ::c_int = 0x0001;
19 pub const SO_REUSEADDR: ::c_int = 0x0004;
20 pub const SO_KEEPALIVE: ::c_int = 0x0008;
21 pub const SO_DONTROUTE: ::c_int = 0x0010;
22 pub const SO_BROADCAST: ::c_int = 0x0020;
23 pub const SO_LINGER: ::c_int = 0x0080;
24 pub const SO_OOBINLINE: ::c_int = 0x0100;
25 pub const SO_REUSEPORT: ::c_int = 0x0200;
26 pub const SO_TYPE: ::c_int = 0x1008;
27 // pub const SO_STYLE: ::c_int = SO_TYPE;
28 pub const SO_ERROR: ::c_int = 0x1007;
29 pub const SO_SNDBUF: ::c_int = 0x1001;
30 pub const SO_RCVBUF: ::c_int = 0x1002;
31 pub const SO_SNDLOWAT: ::c_int = 0x1003;
32 pub const SO_RCVLOWAT: ::c_int = 0x1004;
33 // NOTE: These definitions are now being renamed with _OLD postfix,
34 // but CI haven't support them yet.
35 // Some related consts could be found in b32.rs and b64.rs
36 pub const SO_SNDTIMEO: ::c_int = 0x1005;
37 pub const SO_RCVTIMEO: ::c_int = 0x1006;
38 // pub const SO_SNDTIMEO_OLD: ::c_int = 0x1005;
39 // pub const SO_RCVTIMEO_OLD: ::c_int = 0x1006;
40 pub const SO_ACCEPTCONN: ::c_int = 0x1009;
41 pub const SO_PROTOCOL: ::c_int = 0x1028;
42 pub const SO_DOMAIN: ::c_int = 0x1029;
43 
44 pub const SO_NO_CHECK: ::c_int = 11;
45 pub const SO_PRIORITY: ::c_int = 12;
46 pub const SO_BSDCOMPAT: ::c_int = 14;
47 pub const SO_PASSCRED: ::c_int = 17;
48 pub const SO_PEERCRED: ::c_int = 18;
49 pub const SO_SECURITY_AUTHENTICATION: ::c_int = 22;
50 pub const SO_SECURITY_ENCRYPTION_TRANSPORT: ::c_int = 23;
51 pub const SO_SECURITY_ENCRYPTION_NETWORK: ::c_int = 24;
52 pub const SO_BINDTODEVICE: ::c_int = 25;
53 pub const SO_ATTACH_FILTER: ::c_int = 26;
54 pub const SO_DETACH_FILTER: ::c_int = 27;
55 pub const SO_GET_FILTER: ::c_int = SO_ATTACH_FILTER;
56 pub const SO_PEERNAME: ::c_int = 28;
57 pub const SO_PEERSEC: ::c_int = 30;
58 pub const SO_SNDBUFFORCE: ::c_int = 31;
59 pub const SO_RCVBUFFORCE: ::c_int = 33;
60 pub const SO_PASSSEC: ::c_int = 34;
61 pub const SO_MARK: ::c_int = 36;
62 pub const SO_RXQ_OVFL: ::c_int = 40;
63 pub const SO_WIFI_STATUS: ::c_int = 41;
64 pub const SCM_WIFI_STATUS: ::c_int = SO_WIFI_STATUS;
65 pub const SO_PEEK_OFF: ::c_int = 42;
66 pub const SO_NOFCS: ::c_int = 43;
67 pub const SO_LOCK_FILTER: ::c_int = 44;
68 pub const SO_SELECT_ERR_QUEUE: ::c_int = 45;
69 pub const SO_BUSY_POLL: ::c_int = 46;
70 pub const SO_MAX_PACING_RATE: ::c_int = 47;
71 pub const SO_BPF_EXTENSIONS: ::c_int = 48;
72 pub const SO_INCOMING_CPU: ::c_int = 49;
73 pub const SO_ATTACH_BPF: ::c_int = 50;
74 pub const SO_DETACH_BPF: ::c_int = SO_DETACH_FILTER;
75 pub const SO_ATTACH_REUSEPORT_CBPF: ::c_int = 51;
76 pub const SO_ATTACH_REUSEPORT_EBPF: ::c_int = 52;
77 pub const SO_CNX_ADVICE: ::c_int = 53;
78 pub const SCM_TIMESTAMPING_OPT_STATS: ::c_int = 54;
79 pub const SO_MEMINFO: ::c_int = 55;
80 pub const SO_INCOMING_NAPI_ID: ::c_int = 56;
81 pub const SO_COOKIE: ::c_int = 57;
82 pub const SCM_TIMESTAMPING_PKTINFO: ::c_int = 58;
83 pub const SO_PEERGROUPS: ::c_int = 59;
84 pub const SO_ZEROCOPY: ::c_int = 60;
85 pub const SO_TXTIME: ::c_int = 61;
86 pub const SCM_TXTIME: ::c_int = SO_TXTIME;
87 pub const SO_BINDTOIFINDEX: ::c_int = 62;
88 // NOTE: These definitions are now being renamed with _OLD postfix,
89 // but CI haven't support them yet.
90 // Some related consts could be found in b32.rs and b64.rs
91 pub const SO_TIMESTAMP: ::c_int = 29;
92 pub const SO_TIMESTAMPNS: ::c_int = 35;
93 pub const SO_TIMESTAMPING: ::c_int = 37;
94 // pub const SO_TIMESTAMP_OLD: ::c_int = 29;
95 // pub const SO_TIMESTAMPNS_OLD: ::c_int = 35;
96 // pub const SO_TIMESTAMPING_OLD: ::c_int = 37;
97 // pub const SO_TIMESTAMP_NEW: ::c_int = 63;
98 // pub const SO_TIMESTAMPNS_NEW: ::c_int = 64;
99 // pub const SO_TIMESTAMPING_NEW: ::c_int = 65;
100 // pub const SO_RCVTIMEO_NEW: ::c_int = 66;
101 // pub const SO_SNDTIMEO_NEW: ::c_int = 67;
102 // pub const SO_DETACH_REUSEPORT_BPF: ::c_int = 68;
103 // pub const SO_PREFER_BUSY_POLL: ::c_int = 69;
104 // pub const SO_BUSY_POLL_BUDGET: ::c_int = 70;
105 
106 // Defined in unix/linux_like/mod.rs
107 // pub const SCM_TIMESTAMP: ::c_int = SO_TIMESTAMP;
108 pub const SCM_TIMESTAMPNS: ::c_int = SO_TIMESTAMPNS;
109 pub const SCM_TIMESTAMPING: ::c_int = SO_TIMESTAMPING;
110 
111 pub const TIOCMGET: ::Ioctl = 0x741d;
112 pub const TIOCMBIS: ::Ioctl = 0x741b;
113 pub const TIOCMBIC: ::Ioctl = 0x741c;
114 pub const TIOCMSET: ::Ioctl = 0x741a;
115 pub const TCGETS2: ::Ioctl = 0x4030542a;
116 pub const TCSETS2: ::Ioctl = 0x8030542b;
117 pub const TCSETSW2: ::Ioctl = 0x8030542c;
118 pub const TCSETSF2: ::Ioctl = 0x8030542d;
119 
120 pub const TIOCM_LE: ::c_int = 0x001;
121 pub const TIOCM_DTR: ::c_int = 0x002;
122 pub const TIOCM_RTS: ::c_int = 0x004;
123 pub const TIOCM_ST: ::c_int = 0x010;
124 pub const TIOCM_SR: ::c_int = 0x020;
125 pub const TIOCM_CTS: ::c_int = 0x040;
126 pub const TIOCM_CAR: ::c_int = 0x100;
127 pub const TIOCM_CD: ::c_int = TIOCM_CAR;
128 pub const TIOCM_RNG: ::c_int = 0x200;
129 pub const TIOCM_RI: ::c_int = TIOCM_RNG;
130 pub const TIOCM_DSR: ::c_int = 0x400;
131 
132 pub const BOTHER: ::speed_t = 0o010000;
133 pub const IBSHIFT: ::tcflag_t = 16;
134 
135 pub const BLKSSZGET: ::c_int = 0x20001268;
136 pub const BLKPBSZGET: ::c_int = 0x2000127B;
137