File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1570,8 +1570,10 @@ pub const SOCK_RDM: ::c_int = 4;
1570
1570
pub const SOCK_SEQPACKET : :: c_int = 5 ;
1571
1571
pub const IP_TTL : :: c_int = 4 ;
1572
1572
pub const IP_HDRINCL : :: c_int = 2 ;
1573
+ pub const IP_RECVDSTADDR : :: c_int = 7 ;
1573
1574
pub const IP_ADD_MEMBERSHIP : :: c_int = 12 ;
1574
1575
pub const IP_DROP_MEMBERSHIP : :: c_int = 13 ;
1576
+ pub const IP_RECVIF : :: c_int = 20 ;
1575
1577
pub const IP_PKTINFO : :: c_int = 26 ;
1576
1578
pub const IP_RECVTOS : :: c_int = 27 ;
1577
1579
pub const IPV6_JOIN_GROUP : :: c_int = 12 ;
Original file line number Diff line number Diff line change @@ -664,6 +664,7 @@ pub const IP_RECVDSTADDR: ::c_int = 7;
664
664
pub const IP_SENDSRCADDR : :: c_int = IP_RECVDSTADDR ;
665
665
pub const IP_ADD_MEMBERSHIP : :: c_int = 12 ;
666
666
pub const IP_DROP_MEMBERSHIP : :: c_int = 13 ;
667
+ pub const IP_RECVIF : :: c_int = 20 ;
667
668
pub const IPV6_JOIN_GROUP : :: c_int = 12 ;
668
669
pub const IPV6_LEAVE_GROUP : :: c_int = 13 ;
669
670
pub const IPV6_RECVPKTINFO : :: c_int = 36 ;
Original file line number Diff line number Diff line change @@ -393,6 +393,7 @@ pub const F_GETNOSIGPIPE: ::c_int = 13;
393
393
pub const F_SETNOSIGPIPE : :: c_int = 14 ;
394
394
pub const F_MAXFD : :: c_int = 11 ;
395
395
396
+ pub const IP_RECVIF : :: c_int = 20 ;
396
397
pub const IP_PKTINFO : :: c_int = 25 ;
397
398
pub const IP_RECVPKTINFO : :: c_int = 26 ;
398
399
pub const IPV6_JOIN_GROUP : :: c_int = 12 ;
Original file line number Diff line number Diff line change @@ -319,6 +319,7 @@ pub const IPPROTO_DIVERT: ::c_int = 258;
319
319
320
320
pub const IP_RECVDSTADDR : :: c_int = 7 ;
321
321
pub const IP_SENDSRCADDR : :: c_int = IP_RECVDSTADDR ;
322
+ pub const IP_RECVIF : :: c_int = 30 ;
322
323
323
324
// sys/netinet/in.h
324
325
pub const TCP_MD5SIG : :: c_int = 0x04 ;
You can’t perform that action at this time.
0 commit comments