File tree Expand file tree Collapse file tree 12 files changed +13
-0
lines changed Expand file tree Collapse file tree 12 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -762,6 +762,7 @@ pub const AF_INET6: ::c_int = 30;
762762pub const SOCK_STREAM : :: c_int = 1 ;
763763pub const SOCK_DGRAM : :: c_int = 2 ;
764764pub const SOCK_RAW : :: c_int = 3 ;
765+ pub const SOCK_SEQPACKET : :: c_int = 5 ;
765766pub const IPPROTO_TCP : :: c_int = 6 ;
766767pub const IPPROTO_IP : :: c_int = 0 ;
767768pub const IPPROTO_IPV6 : :: c_int = 41 ;
Original file line number Diff line number Diff line change @@ -531,6 +531,7 @@ pub const AF_UNIX: ::c_int = 1;
531531pub const SOCK_STREAM : :: c_int = 1 ;
532532pub const SOCK_DGRAM : :: c_int = 2 ;
533533pub const SOCK_RAW : :: c_int = 3 ;
534+ pub const SOCK_SEQPACKET : :: c_int = 5 ;
534535pub const IPPROTO_TCP : :: c_int = 6 ;
535536pub const IPPROTO_IP : :: c_int = 0 ;
536537pub const IPPROTO_IPV6 : :: c_int = 41 ;
Original file line number Diff line number Diff line change @@ -361,6 +361,7 @@ pub const AF_INET6: ::c_int = 24;
361361pub const SOCK_STREAM : :: c_int = 1 ;
362362pub const SOCK_DGRAM : :: c_int = 2 ;
363363pub const SOCK_RAW : :: c_int = 3 ;
364+ pub const SOCK_SEQPACKET : :: c_int = 5 ;
364365pub const IPPROTO_TCP : :: c_int = 6 ;
365366pub const IPPROTO_IP : :: c_int = 0 ;
366367pub const IPPROTO_IPV6 : :: c_int = 41 ;
Original file line number Diff line number Diff line change @@ -324,6 +324,7 @@ pub const ENOTRECOVERABLE: ::c_int = 131;
324324
325325pub const SOCK_STREAM : :: c_int = 1 ;
326326pub const SOCK_DGRAM : :: c_int = 2 ;
327+ pub const SOCK_SEQPACKET : :: c_int = 5 ;
327328
328329pub const SOL_SOCKET : :: c_int = 1 ;
329330
Original file line number Diff line number Diff line change @@ -349,6 +349,7 @@ pub const MAP_STACK: ::c_int = 0x40000;
349349
350350pub const SOCK_STREAM : :: c_int = 2 ;
351351pub const SOCK_DGRAM : :: c_int = 1 ;
352+ pub const SOCK_SEQPACKET : :: c_int = 5 ;
352353
353354pub const SOL_SOCKET : :: c_int = 0xffff ;
354355
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ pub const MAP_STACK: ::c_int = 0x020000;
121121
122122pub const SOCK_STREAM : :: c_int = 1 ;
123123pub const SOCK_DGRAM : :: c_int = 2 ;
124+ pub const SOCK_SEQPACKET : :: c_int = 5 ;
124125
125126pub const SOL_SOCKET : :: c_int = 1 ;
126127
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ pub const MAP_STACK: ::c_int = 0x020000;
121121
122122pub const SOCK_STREAM : :: c_int = 1 ;
123123pub const SOCK_DGRAM : :: c_int = 2 ;
124+ pub const SOCK_SEQPACKET : :: c_int = 5 ;
124125
125126pub const SOL_SOCKET : :: c_int = 1 ;
126127
Original file line number Diff line number Diff line change @@ -205,6 +205,7 @@ pub const ERFKILL: ::c_int = 167;
205205
206206pub const SOCK_STREAM : :: c_int = 2 ;
207207pub const SOCK_DGRAM : :: c_int = 1 ;
208+ pub const SOCK_SEQPACKET : :: c_int = 5 ;
208209
209210pub const SOL_SOCKET : :: c_int = 65535 ;
210211
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ pub const MAP_STACK: ::c_int = 0x020000;
134134
135135pub const SOCK_STREAM : :: c_int = 1 ;
136136pub const SOCK_DGRAM : :: c_int = 2 ;
137+ pub const SOCK_SEQPACKET : :: c_int = 5 ;
137138
138139pub const SOL_SOCKET : :: c_int = 1 ;
139140
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ pub const MAP_32BIT: ::c_int = 0x0040;
143143
144144pub const SOCK_STREAM : :: c_int = 1 ;
145145pub const SOCK_DGRAM : :: c_int = 2 ;
146+ pub const SOCK_SEQPACKET : :: c_int = 5 ;
146147
147148pub const SOL_SOCKET : :: c_int = 1 ;
148149
You can’t perform that action at this time.
0 commit comments