File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -946,10 +946,15 @@ pub const SIGEV_NONE: ::c_int = 1;
946
946
pub const SIGEV_SIGNAL : :: c_int = 2 ;
947
947
pub const SIGEV_THREAD : :: c_int = 3 ;
948
948
949
+ pub const IP_RECVDSTADDR : :: c_int = 0x7 ;
950
+ pub const IP_SEC_OPT : :: c_int = 0x22 ;
951
+
949
952
pub const IPV6_UNICAST_HOPS : :: c_int = 0x5 ;
950
953
pub const IPV6_MULTICAST_IF : :: c_int = 0x6 ;
951
954
pub const IPV6_MULTICAST_HOPS : :: c_int = 0x7 ;
952
955
pub const IPV6_MULTICAST_LOOP : :: c_int = 0x8 ;
956
+ pub const IPV6_RECVPKTINFO : :: c_int = 0x12 ;
957
+ pub const IPV6_SEC_OPT : :: c_int = 0x22 ;
953
958
pub const IPV6_V6ONLY : :: c_int = 0x27 ;
954
959
955
960
cfg_if ! {
@@ -1426,6 +1431,8 @@ pub const TCP_RTO_MIN: ::c_int = 0x1a;
1426
1431
pub const TCP_RTO_MAX : :: c_int = 0x1b ;
1427
1432
pub const TCP_LINGER2 : :: c_int = 0x1c ;
1428
1433
1434
+ pub const UDP_NAT_T_ENDPOINT : :: c_int = 0x0103 ;
1435
+
1429
1436
pub const SOL_SOCKET : :: c_int = 0xffff ;
1430
1437
pub const SO_DEBUG : :: c_int = 0x01 ;
1431
1438
pub const SO_ACCEPTCONN : :: c_int = 0x0002 ;
You can’t perform that action at this time.
0 commit comments