File tree 6 files changed +7
-0
lines changed
6 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -860,6 +860,8 @@ pub const SO_RCVTIMEO: ::c_int = 0x1006;
860
860
pub const SO_ERROR : :: c_int = 0x1007 ;
861
861
pub const SO_TYPE : :: c_int = 0x1008 ;
862
862
863
+ pub const MSG_PEEK : :: c_int = 0x2 ;
864
+
863
865
pub const IFF_LOOPBACK : :: c_int = 0x8 ;
864
866
865
867
pub const SHUT_RD : :: c_int = 0 ;
Original file line number Diff line number Diff line change @@ -344,6 +344,7 @@ pub const NOTE_TRACK: ::uint32_t = 0x00000001;
344
344
pub const NOTE_TRACKERR : :: uint32_t = 0x00000002 ;
345
345
pub const NOTE_CHILD : :: uint32_t = 0x00000004 ;
346
346
347
+ pub const MSG_PEEK : :: c_int = 0x2 ;
347
348
pub const MSG_NOSIGNAL : :: c_int = 0x400 ;
348
349
349
350
pub const EMPTY : :: c_short = 0 ;
Original file line number Diff line number Diff line change @@ -331,6 +331,7 @@ pub const USER_MAXID: ::c_int = 21;
331
331
#[ doc( hidden) ]
332
332
pub const CTL_P1003_1B_MAXID : :: c_int = 26 ;
333
333
334
+ pub const MSG_PEEK : :: c_int = 0x2 ;
334
335
pub const MSG_NOSIGNAL : :: c_int = 0x20000 ;
335
336
336
337
pub const EMPTY : :: c_short = 0 ;
Original file line number Diff line number Diff line change @@ -392,6 +392,7 @@ pub const SO_RCVLOWAT: ::c_int = 0x1004;
392
392
pub const SO_ERROR : :: c_int = 0x1007 ;
393
393
pub const SO_TYPE : :: c_int = 0x1008 ;
394
394
395
+ pub const MSG_PEEK : :: c_int = 0x2 ;
395
396
pub const MSG_NOSIGNAL : :: c_int = 0x400 ;
396
397
397
398
pub const IFF_LOOPBACK : :: c_int = 0x8 ;
Original file line number Diff line number Diff line change @@ -556,6 +556,7 @@ pub const IPV6_V6ONLY: ::c_int = 30;
556
556
557
557
pub const SO_DEBUG : :: c_int = 0x00000004 ;
558
558
559
+ pub const MSG_PEEK : :: c_int = 0x2 ;
559
560
pub const MSG_NOSIGNAL : :: c_int = 0x0800 ;
560
561
561
562
pub const SHUT_RD : :: c_int = 0 ;
Original file line number Diff line number Diff line change @@ -468,6 +468,7 @@ pub const IPV6_V6ONLY: ::c_int = 26;
468
468
469
469
pub const SO_DEBUG : :: c_int = 1 ;
470
470
471
+ pub const MSG_PEEK : :: c_int = 0x2 ;
471
472
pub const MSG_NOSIGNAL : :: c_int = 0x4000 ;
472
473
473
474
pub const SHUT_RD : :: c_int = 0 ;
You can’t perform that action at this time.
0 commit comments