File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
src/unix/linux_like/android Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -779,6 +779,19 @@ IFLA_CARRIER_DOWN_COUNT
779
779
IFLA_NEW_IFINDEX
780
780
IFLA_MIN_MTU
781
781
IFLA_MAX_MTU
782
+ IFLA_PROP_LIST
783
+ IFLA_ALT_IFNAME
784
+ IFLA_PERM_ADDRESS
785
+ IFLA_PROTO_DOWN_REASON
786
+ IFLA_PARENT_DEV_NAME
787
+ IFLA_PARENT_DEV_BUS_NAME
788
+ IFLA_GRO_MAX_SIZE
789
+ IFLA_TSO_MAX_SIZE
790
+ IFLA_TSO_MAX_SEGS
791
+ IFLA_ALLMULTI
792
+ IFLA_DEVLINK_PORT
793
+ IFLA_GSO_IPV4_MAX_SIZE
794
+ IFLA_GRO_IPV4_MAX_SIZE
782
795
IFLA_INFO_UNSPEC
783
796
IFLA_INFO_KIND
784
797
IFLA_INFO_DATA
Original file line number Diff line number Diff line change @@ -3000,6 +3000,19 @@ pub const IFLA_CARRIER_DOWN_COUNT: ::c_ushort = 48;
3000
3000
pub const IFLA_NEW_IFINDEX : :: c_ushort = 49 ;
3001
3001
pub const IFLA_MIN_MTU : :: c_ushort = 50 ;
3002
3002
pub const IFLA_MAX_MTU : :: c_ushort = 51 ;
3003
+ pub const IFLA_PROP_LIST : :: c_ushort = 52 ;
3004
+ pub const IFLA_ALT_IFNAME : :: c_ushort = 53 ;
3005
+ pub const IFLA_PERM_ADDRESS : :: c_ushort = 54 ;
3006
+ pub const IFLA_PROTO_DOWN_REASON : :: c_ushort = 55 ;
3007
+ pub const IFLA_PARENT_DEV_NAME : :: c_ushort = 56 ;
3008
+ pub const IFLA_PARENT_DEV_BUS_NAME : :: c_ushort = 57 ;
3009
+ pub const IFLA_GRO_MAX_SIZE : :: c_ushort = 58 ;
3010
+ pub const IFLA_TSO_MAX_SIZE : :: c_ushort = 59 ;
3011
+ pub const IFLA_TSO_MAX_SEGS : :: c_ushort = 60 ;
3012
+ pub const IFLA_ALLMULTI : :: c_ushort = 61 ;
3013
+ pub const IFLA_DEVLINK_PORT : :: c_ushort = 62 ;
3014
+ pub const IFLA_GSO_IPV4_MAX_SIZE : :: c_ushort = 63 ;
3015
+ pub const IFLA_GRO_IPV4_MAX_SIZE : :: c_ushort = 64 ;
3003
3016
3004
3017
pub const IFLA_INFO_UNSPEC : :: c_ushort = 0 ;
3005
3018
pub const IFLA_INFO_KIND : :: c_ushort = 1 ;
You can’t perform that action at this time.
0 commit comments