File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -2325,7 +2325,6 @@ fn test_linux(target: &str) {
2325
2325
| "IPV6_FLOWINFO_SEND"
2326
2326
| "IPV6_FLOWINFO_FLOWLABEL"
2327
2327
| "IPV6_FLOWINFO_PRIORITY"
2328
-
2329
2328
| "IPV6_ADDRFORM"
2330
2329
| "IPV6_2292PKTINFO"
2331
2330
| "IPV6_2292HOPOPTS"
@@ -2618,7 +2617,31 @@ fn test_linux_like_apis(target: &str) {
2618
2617
| "IPV6_FLOWLABEL_MGR"
2619
2618
| "IPV6_FLOWINFO_SEND"
2620
2619
| "IPV6_FLOWINFO_FLOWLABEL"
2621
- | "IPV6_FLOWINFO_PRIORITY" => false ,
2620
+ | "IPV6_FLOWINFO_PRIORITY"
2621
+ | "IPV6_ADDRFORM"
2622
+ | "IPV6_2292PKTINFO"
2623
+ | "IPV6_2292HOPOPTS"
2624
+ | "IPV6_2292DSTOPTS"
2625
+ | "IPV6_2292RTHDR"
2626
+ | "IPV6_2292PKTOPTIONS"
2627
+ | "IPV6_CHECKSUM"
2628
+ | "IPV6_2292HOPLIMIT"
2629
+ | "IPV6_NEXTHOP"
2630
+ | "IPV6_UNICAST_HOPS"
2631
+ | "IPV6_MULTICAST_IF"
2632
+ | "IPV6_MULTICAST_HOPS"
2633
+ | "IPV6_MULTICAST_LOOP"
2634
+ | "IPV6_ADD_MEMBERSHIP"
2635
+ | "IPV6_DROP_MEMBERSHIP"
2636
+ | "IPV6_ROUTER_ALERT"
2637
+ | "IPV6_MTU_DISCOVER"
2638
+ | "IPV6_MTU"
2639
+ | "IPV6_RECVERR"
2640
+ | "IPV6_V6ONLY"
2641
+ | "IPV6_JOIN_ANYCAST"
2642
+ | "IPV6_LEAVE_ANYCAST"
2643
+ | "IPV6_MULTICAST_ALL"
2644
+ | "IPV6_ROUTER_ALERT_ISOLATE" => false ,
2622
2645
_ => true ,
2623
2646
} )
2624
2647
. type_name ( move |ty, is_struct, is_union| match ty {
You can’t perform that action at this time.
0 commit comments