File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -365,6 +365,7 @@ pub const AF_BLUETOOTH: ::c_int = 36;
365
365
pub const AF_IEEE80211 : :: c_int = 37 ;
366
366
pub const AF_INET_SDP : :: c_int = 40 ;
367
367
pub const AF_INET6_SDP : :: c_int = 42 ;
368
+ #[ doc( hidden) ]
368
369
pub const AF_MAX : :: c_int = 42 ;
369
370
370
371
pub const PF_SLOW : :: c_int = AF_SLOW ;
@@ -374,6 +375,7 @@ pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
374
375
pub const PF_IEEE80211 : :: c_int = AF_IEEE80211 ;
375
376
pub const PF_INET_SDP : :: c_int = AF_INET_SDP ;
376
377
pub const PF_INET6_SDP : :: c_int = AF_INET6_SDP ;
378
+ #[ doc( hidden) ]
377
379
pub const PF_MAX : :: c_int = AF_MAX ;
378
380
379
381
pub const NET_RT_DUMP : :: c_int = 1 ;
Original file line number Diff line number Diff line change @@ -177,15 +177,18 @@ pub const AF_BLUETOOTH: ::c_int = 32;
177
177
pub const AF_MPLS : :: c_int = 33 ;
178
178
pub const pseudo_AF_PFLOW: :: c_int = 34 ;
179
179
pub const pseudo_AF_PIPEX: :: c_int = 35 ;
180
+ #[ doc( hidden) ]
180
181
pub const AF_MAX : :: c_int = 36 ;
181
182
183
+ #[ doc( hidden) ]
182
184
pub const NET_MAXID : :: c_int = AF_MAX ;
183
185
pub const NET_RT_DUMP : :: c_int = 1 ;
184
186
pub const NET_RT_FLAGS : :: c_int = 2 ;
185
187
pub const NET_RT_IFLIST : :: c_int = 3 ;
186
188
pub const NET_RT_STATS : :: c_int = 4 ;
187
189
pub const NET_RT_TABLE : :: c_int = 5 ;
188
190
pub const NET_RT_IFNAMES : :: c_int = 6 ;
191
+ #[ doc( hidden) ]
189
192
pub const NET_RT_MAXID : :: c_int = 7 ;
190
193
191
194
pub const IPV6_JOIN_GROUP : :: c_int = 12 ;
@@ -201,6 +204,7 @@ pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
201
204
pub const PF_MPLS : :: c_int = AF_MPLS ;
202
205
pub const PF_PFLOW : :: c_int = pseudo_AF_PFLOW;
203
206
pub const PF_PIPEX : :: c_int = pseudo_AF_PIPEX;
207
+ #[ doc( hidden) ]
204
208
pub const PF_MAX : :: c_int = AF_MAX ;
205
209
206
210
pub const SCM_TIMESTAMP : :: c_int = 0x04 ;
Original file line number Diff line number Diff line change @@ -430,7 +430,9 @@ pub const SOL_ATALK: ::c_int = 258;
430
430
pub const SOL_NETROM : :: c_int = 259 ;
431
431
pub const SOL_ROSE : :: c_int = 260 ;
432
432
433
+ #[ doc( hidden) ]
433
434
pub const AF_MAX : :: c_int = 39 ;
435
+ #[ doc( hidden) ]
434
436
pub const PF_MAX : :: c_int = AF_MAX ;
435
437
436
438
pub const SO_REUSEADDR : :: c_int = 2 ;
Original file line number Diff line number Diff line change @@ -467,11 +467,13 @@ pub const AF_IB: ::c_int = 27;
467
467
pub const AF_MPLS : :: c_int = 28 ;
468
468
pub const AF_NFC : :: c_int = 39 ;
469
469
pub const AF_VSOCK : :: c_int = 40 ;
470
+ #[ doc( hidden) ]
470
471
pub const AF_MAX : :: c_int = 42 ;
471
472
pub const PF_IB : :: c_int = AF_IB ;
472
473
pub const PF_MPLS : :: c_int = AF_MPLS ;
473
474
pub const PF_NFC : :: c_int = AF_NFC ;
474
475
pub const PF_VSOCK : :: c_int = AF_VSOCK ;
476
+ #[ doc( hidden) ]
475
477
pub const PF_MAX : :: c_int = AF_MAX ;
476
478
477
479
// System V IPC
You can’t perform that action at this time.
0 commit comments