Skip to content

Commit 50634b9

Browse files
committed
2 parents 0e32674 + 0001ad3 commit 50634b9

File tree

1 file changed

+3
-0
lines changed
  • src/unix/linux_like/android

1 file changed

+3
-0
lines changed

src/unix/linux_like/android/mod.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1202,6 +1202,9 @@ pub const SO_SNDLOWAT: ::c_int = 19;
12021202
pub const SO_RCVTIMEO: ::c_int = 20;
12031203
pub const SO_SNDTIMEO: ::c_int = 21;
12041204
pub const SO_BINDTODEVICE: ::c_int = 25;
1205+
pub const SO_ATTACH_FILTER: ::c_int = 26;
1206+
pub const SO_DETACH_FILTER: ::c_int = 27;
1207+
pub const SO_GET_FILTER: ::c_int = SO_ATTACH_FILTER;
12051208
pub const SO_TIMESTAMP: ::c_int = 29;
12061209
pub const SO_ACCEPTCONN: ::c_int = 30;
12071210
pub const SO_PEERSEC: ::c_int = 31;

0 commit comments

Comments
 (0)