File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -192,10 +192,10 @@ libc_bitflags!(
192
192
IFF_PRIVATE ;
193
193
194
194
// bitmask: 0x010000
195
- /// FIIXME: what's this?!?
195
+ /// Driver signals L1 up. Volatile.
196
196
#[ cfg( any( target_os = "fuchsia" , target_os = "linux" ) ) ]
197
197
IFF_LOWER_UP ;
198
- /// FIIXME: what's this?!?
198
+ /// Interface is in polling mode.
199
199
#[ cfg( any( target_os = "dragonfly" ) ) ]
200
200
IFF_POLLING_COMPAT ;
201
201
/// Unconfigurable using ioctl(2).
@@ -206,6 +206,7 @@ libc_bitflags!(
206
206
IFF_NOXMIT ;
207
207
208
208
// bitmask: 0x020000
209
+ /// Driver signals dormant. Volatile.
209
210
#[ cfg( any( target_os = "fuchsia" , target_os = "linux" ) ) ]
210
211
IFF_DORMANT ;
211
212
/// User-requested promisc mode.
@@ -216,6 +217,7 @@ libc_bitflags!(
216
217
IFF_NOLOCAL ;
217
218
218
219
// bitmask: 0x040000
220
+ /// Echo sent packets. Volatile.
219
221
#[ cfg( any( target_os = "fuchsia" , target_os = "linux" ) ) ]
220
222
IFF_ECHO ;
221
223
/// User-requested monitor mode.
You can’t perform that action at this time.
0 commit comments