File tree Expand file tree Collapse file tree 6 files changed +7
-0
lines changed Expand file tree Collapse file tree 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;
860860pub const SO_ERROR : :: c_int = 0x1007 ;
861861pub const SO_TYPE : :: c_int = 0x1008 ;
862862
863+ pub const MSG_PEEK : :: c_int = 0x2 ;
864+
863865pub const IFF_LOOPBACK : :: c_int = 0x8 ;
864866
865867pub 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;
344344pub const NOTE_TRACKERR : :: uint32_t = 0x00000002 ;
345345pub const NOTE_CHILD : :: uint32_t = 0x00000004 ;
346346
347+ pub const MSG_PEEK : :: c_int = 0x2 ;
347348pub const MSG_NOSIGNAL : :: c_int = 0x400 ;
348349
349350pub 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;
331331#[ doc( hidden) ]
332332pub const CTL_P1003_1B_MAXID : :: c_int = 26 ;
333333
334+ pub const MSG_PEEK : :: c_int = 0x2 ;
334335pub const MSG_NOSIGNAL : :: c_int = 0x20000 ;
335336
336337pub 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;
392392pub const SO_ERROR : :: c_int = 0x1007 ;
393393pub const SO_TYPE : :: c_int = 0x1008 ;
394394
395+ pub const MSG_PEEK : :: c_int = 0x2 ;
395396pub const MSG_NOSIGNAL : :: c_int = 0x400 ;
396397
397398pub 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;
556556
557557pub const SO_DEBUG : :: c_int = 0x00000004 ;
558558
559+ pub const MSG_PEEK : :: c_int = 0x2 ;
559560pub const MSG_NOSIGNAL : :: c_int = 0x0800 ;
560561
561562pub 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;
468468
469469pub const SO_DEBUG : :: c_int = 1 ;
470470
471+ pub const MSG_PEEK : :: c_int = 0x2 ;
471472pub const MSG_NOSIGNAL : :: c_int = 0x4000 ;
472473
473474pub const SHUT_RD : :: c_int = 0 ;
You can’t perform that action at this time.
0 commit comments