File tree Expand file tree Collapse file tree 16 files changed +32
-0
lines changed Expand file tree Collapse file tree 16 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -1078,8 +1078,10 @@ pub const SO_SNDTIMEO: ::c_int = 21;
1078
1078
pub const SO_BINDTODEVICE : :: c_int = 25 ;
1079
1079
pub const SO_TIMESTAMP : :: c_int = 29 ;
1080
1080
pub const SO_ACCEPTCONN : :: c_int = 30 ;
1081
+ pub const SO_PEERSEC : :: c_int = 31 ;
1081
1082
pub const SO_SNDBUFFORCE : :: c_int = 32 ;
1082
1083
pub const SO_RCVBUFFORCE : :: c_int = 33 ;
1084
+ pub const SO_PASSSEC : :: c_int = 34 ;
1083
1085
pub const SO_MARK : :: c_int = 36 ;
1084
1086
pub const SO_PROTOCOL : :: c_int = 38 ;
1085
1087
pub const SO_DOMAIN : :: c_int = 39 ;
Original file line number Diff line number Diff line change @@ -321,8 +321,10 @@ pub const SO_RCVLOWAT: ::c_int = 18;
321
321
pub const SO_SNDLOWAT : :: c_int = 19 ;
322
322
pub const SO_RCVTIMEO : :: c_int = 20 ;
323
323
pub const SO_SNDTIMEO : :: c_int = 21 ;
324
+ pub const SO_PEERSEC : :: c_int = 31 ;
324
325
pub const SO_SNDBUFFORCE : :: c_int = 32 ;
325
326
pub const SO_RCVBUFFORCE : :: c_int = 33 ;
327
+ pub const SO_PASSSEC : :: c_int = 34 ;
326
328
327
329
pub const SA_SIGINFO : :: c_int = 0x00000004 ;
328
330
pub const SA_NOCLDWAIT : :: c_int = 0x00000002 ;
Original file line number Diff line number Diff line change @@ -325,6 +325,8 @@ pub const SO_RCVTIMEO: ::c_int = 18;
325
325
pub const SO_SNDTIMEO : :: c_int = 19 ;
326
326
pub const SO_PASSCRED : :: c_int = 20 ;
327
327
pub const SO_PEERCRED : :: c_int = 21 ;
328
+ pub const SO_PEERSEC : :: c_int = 31 ;
329
+ pub const SO_PASSSEC : :: c_int = 34 ;
328
330
329
331
pub const SA_SIGINFO : :: c_int = 0x00000004 ;
330
332
pub const SA_NOCLDWAIT : :: c_int = 0x00000002 ;
Original file line number Diff line number Diff line change @@ -324,6 +324,8 @@ pub const SOL_SOCKET: ::c_int = 0xffff;
324
324
325
325
pub const SO_PASSCRED : :: c_int = 2 ;
326
326
pub const SO_REUSEADDR : :: c_int = 4 ;
327
+ pub const SO_PEERSEC : :: c_int = 0x001e ;
328
+ pub const SO_PASSSEC : :: c_int = 0x001f ;
327
329
pub const SO_TYPE : :: c_int = 0x1008 ;
328
330
pub const SO_ERROR : :: c_int = 0x1007 ;
329
331
pub const SO_DONTROUTE : :: c_int = 16 ;
Original file line number Diff line number Diff line change @@ -526,6 +526,8 @@ pub const SO_RCVLOWAT: ::c_int = 18;
526
526
pub const SO_SNDLOWAT : :: c_int = 19 ;
527
527
pub const SO_RCVTIMEO : :: c_int = 20 ;
528
528
pub const SO_SNDTIMEO : :: c_int = 21 ;
529
+ pub const SO_PEERSEC : :: c_int = 31 ;
530
+ pub const SO_PASSSEC : :: c_int = 34 ;
529
531
530
532
pub const SA_SIGINFO : :: c_int = 0x00000004 ;
531
533
pub const SA_NOCLDWAIT : :: c_int = 0x00000002 ;
Original file line number Diff line number Diff line change @@ -486,8 +486,10 @@ pub const SO_PEERCRED: ::c_int = 17;
486
486
pub const SO_RCVLOWAT : :: c_int = 18 ;
487
487
pub const SO_SNDLOWAT : :: c_int = 19 ;
488
488
pub const SO_ACCEPTCONN : :: c_int = 30 ;
489
+ pub const SO_PEERSEC : :: c_int = 31 ;
489
490
pub const SO_SNDBUFFORCE : :: c_int = 32 ;
490
491
pub const SO_RCVBUFFORCE : :: c_int = 33 ;
492
+ pub const SO_PASSSEC : :: c_int = 34 ;
491
493
492
494
pub const SIGTTIN : :: c_int = 21 ;
493
495
pub const SIGTTOU : :: c_int = 22 ;
Original file line number Diff line number Diff line change @@ -334,6 +334,8 @@ pub const SO_PASSCRED: ::c_int = 2;
334
334
pub const SO_REUSEADDR : :: c_int = 4 ;
335
335
pub const SO_BINDTODEVICE : :: c_int = 0x000d ;
336
336
pub const SO_TIMESTAMP : :: c_int = 0x001d ;
337
+ pub const SO_PEERSEC : :: c_int = 0x001e ;
338
+ pub const SO_PASSSEC : :: c_int = 0x001f ;
337
339
pub const SO_MARK : :: c_int = 0x0022 ;
338
340
pub const SO_RXQ_OVFL : :: c_int = 0x0024 ;
339
341
pub const SO_PEEK_OFF : :: c_int = 0x0026 ;
Original file line number Diff line number Diff line change @@ -377,8 +377,10 @@ pub const SO_SNDLOWAT: ::c_int = 19;
377
377
pub const SO_RCVTIMEO : :: c_int = 20 ;
378
378
pub const SO_SNDTIMEO : :: c_int = 21 ;
379
379
pub const SO_ACCEPTCONN : :: c_int = 30 ;
380
+ pub const SO_PEERSEC : :: c_int = 31 ;
380
381
pub const SO_SNDBUFFORCE : :: c_int = 32 ;
381
382
pub const SO_RCVBUFFORCE : :: c_int = 33 ;
383
+ pub const SO_PASSSEC : :: c_int = 34 ;
382
384
pub const SO_PROTOCOL : :: c_int = 38 ;
383
385
pub const SO_DOMAIN : :: c_int = 39 ;
384
386
Original file line number Diff line number Diff line change @@ -388,8 +388,10 @@ pub const SO_PRIORITY: ::c_int = 12;
388
388
pub const SO_BSDCOMPAT : :: c_int = 14 ;
389
389
pub const SO_PASSCRED : :: c_int = 17 ;
390
390
pub const SO_PEERCRED : :: c_int = 18 ;
391
+ pub const SO_PEERSEC : :: c_int = 30 ;
391
392
pub const SO_SNDBUFFORCE : :: c_int = 31 ;
392
393
pub const SO_RCVBUFFORCE : :: c_int = 33 ;
394
+ pub const SO_PASSSEC : :: c_int = 34 ;
393
395
394
396
pub const SA_ONSTACK : :: c_int = 0x08000000 ;
395
397
pub const SA_SIGINFO : :: c_int = 8 ;
Original file line number Diff line number Diff line change @@ -379,8 +379,10 @@ pub const SO_SNDTIMEO: ::c_int = 19;
379
379
pub const SO_PASSCRED : :: c_int = 20 ;
380
380
pub const SO_PEERCRED : :: c_int = 21 ;
381
381
pub const SO_ACCEPTCONN : :: c_int = 30 ;
382
+ pub const SO_PEERSEC : :: c_int = 31 ;
382
383
pub const SO_SNDBUFFORCE : :: c_int = 32 ;
383
384
pub const SO_RCVBUFFORCE : :: c_int = 33 ;
385
+ pub const SO_PASSSEC : :: c_int = 34 ;
384
386
pub const SO_PROTOCOL : :: c_int = 38 ;
385
387
pub const SO_DOMAIN : :: c_int = 39 ;
386
388
You can’t perform that action at this time.
0 commit comments