Home
last modified time | relevance | path

Searched defs:InterfaceMetrics (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/route/
Dsys_darwin.go36 type InterfaceMetrics struct { struct
37 Type int // interface type
38 MTU int // maximum transmission unit
42 func (imx *InterfaceMetrics) SysType() SysType { return SysMetrics }
Dsys_openbsd.go39 type InterfaceMetrics struct { struct
40 Type int // interface type
41 MTU int // maximum transmission unit
45 func (imx *InterfaceMetrics) SysType() SysType { return SysMetrics }
Dsys_netbsd.go29 type InterfaceMetrics struct { struct
30 Type int // interface type
31 MTU int // maximum transmission unit
35 func (imx *InterfaceMetrics) SysType() SysType { return SysMetrics }
Dsys_dragonfly.go32 type InterfaceMetrics struct { struct
33 Type int // interface type
34 MTU int // maximum transmission unit
38 func (imx *InterfaceMetrics) SysType() SysType { return SysMetrics }
Dsys_freebsd.go39 type InterfaceMetrics struct { struct
40 Type int // interface type
41 MTU int // maximum transmission unit
45 func (imx *InterfaceMetrics) SysType() SysType { return SysMetrics }