File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1266,6 +1266,10 @@ pub const SFD_NONBLOCK: ::c_int = O_NONBLOCK;
1266
1266
pub const SOCK_NONBLOCK : :: c_int = O_NONBLOCK ;
1267
1267
1268
1268
pub const SO_ORIGINAL_DST : :: c_int = 80 ;
1269
+ pub const IP_ORIGDSTADDR : :: c_int = 20 ;
1270
+ pub const IP_RECVORIGDSTADDR : :: c_int = IP_ORIGDSTADDR ;
1271
+ pub const IPV6_ORIGDSTADDR : :: c_int = 74 ;
1272
+ pub const IPV6_RECVORIGDSTADDR : :: c_int = IPV6_ORIGDSTADDR ;
1269
1273
pub const IUTF8 : :: tcflag_t = 0x00004000 ;
1270
1274
pub const CMSPAR : :: tcflag_t = 0o10000000000 ;
1271
1275
pub const O_TMPFILE : :: c_int = 0o20000000 | O_DIRECTORY ;
Original file line number Diff line number Diff line change @@ -1331,6 +1331,10 @@ pub const FALLOC_FL_UNSHARE_RANGE: ::c_int = 0x40;
1331
1331
pub const ENOATTR : :: c_int = :: ENODATA ;
1332
1332
1333
1333
pub const SO_ORIGINAL_DST : :: c_int = 80 ;
1334
+ pub const IP_ORIGDSTADDR : :: c_int = 20 ;
1335
+ pub const IP_RECVORIGDSTADDR : :: c_int = IP_ORIGDSTADDR ;
1336
+ pub const IPV6_ORIGDSTADDR : :: c_int = 74 ;
1337
+ pub const IPV6_RECVORIGDSTADDR : :: c_int = IPV6_ORIGDSTADDR ;
1334
1338
pub const IUTF8 : :: tcflag_t = 0x00004000 ;
1335
1339
pub const CMSPAR : :: tcflag_t = 0o10000000000 ;
1336
1340
You can’t perform that action at this time.
0 commit comments