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;
12661266pub const SOCK_NONBLOCK : :: c_int = O_NONBLOCK ;
12671267
12681268pub 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 ;
12691273pub const IUTF8 : :: tcflag_t = 0x00004000 ;
12701274pub const CMSPAR : :: tcflag_t = 0o10000000000 ;
12711275pub 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;
13311331pub const ENOATTR : :: c_int = :: ENODATA ;
13321332
13331333pub 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 ;
13341338pub const IUTF8 : :: tcflag_t = 0x00004000 ;
13351339pub const CMSPAR : :: tcflag_t = 0o10000000000 ;
13361340
You can’t perform that action at this time.
0 commit comments