Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 71 for ifmat6 (0.15 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go

    )
    
    type IfMsghdr struct {
    	Msglen    uint16
    	Version   uint8
    	Type      uint8
    	Addrs     int32
    	Flags     int32
    	Index     uint16
    	Pad_cgo_0 [2]byte
    	Data      IfData
    }
    
    type IfData struct {
    	Type       uint8
    	Addrlen    uint8
    	Hdrlen     uint8
    	Pad_cgo_0  [1]byte
    	Link_state int32
    	Mtu        uint64
    	Metric     uint64
    	Baudrate   uint64
    	Ipackets   uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go

    )
    
    type IfMsghdr struct {
    	Msglen    uint16
    	Version   uint8
    	Type      uint8
    	Addrs     int32
    	Flags     int32
    	Index     uint16
    	Pad_cgo_0 [2]byte
    	Data      IfData
    }
    
    type IfData struct {
    	Type       uint8
    	Addrlen    uint8
    	Hdrlen     uint8
    	Pad_cgo_0  [1]byte
    	Link_state int32
    	Mtu        uint64
    	Metric     uint64
    	Baudrate   uint64
    	Ipackets   uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go

    )
    
    type IfMsghdr struct {
    	Msglen    uint16
    	Version   uint8
    	Type      uint8
    	Addrs     int32
    	Flags     int32
    	Index     uint16
    	Pad_cgo_0 [2]byte
    	Data      IfData
    }
    
    type IfData struct {
    	Type       uint8
    	Addrlen    uint8
    	Hdrlen     uint8
    	Pad_cgo_0  [1]byte
    	Link_state int32
    	Mtu        uint64
    	Metric     uint64
    	Baudrate   uint64
    	Ipackets   uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go

    	SizeofRtMetrics   = 0x38
    )
    
    type IfMsghdr struct {
    	Msglen  uint16
    	Version uint8
    	Type    uint8
    	Addrs   int32
    	Flags   int32
    	Index   uint16
    	Data    IfData
    }
    
    type IfData struct {
    	Type       uint8
    	Typelen    uint8
    	Physical   uint8
    	Addrlen    uint8
    	Hdrlen     uint8
    	Recvquota  uint8
    	Xmitquota  uint8
    	Unused1    uint8
    	Mtu        uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go

    	SizeofRtMetrics   = 0x38
    )
    
    type IfMsghdr struct {
    	Msglen  uint16
    	Version uint8
    	Type    uint8
    	Addrs   int32
    	Flags   int32
    	Index   uint16
    	Data    IfData
    }
    
    type IfData struct {
    	Type       uint8
    	Typelen    uint8
    	Physical   uint8
    	Addrlen    uint8
    	Hdrlen     uint8
    	Recvquota  uint8
    	Xmitquota  uint8
    	Unused1    uint8
    	Mtu        uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  6. src/syscall/types_darwin.go

    	SizeofIfmaMsghdr2 = C.sizeof_struct_ifma_msghdr2
    	SizeofRtMsghdr    = C.sizeof_struct_rt_msghdr
    	SizeofRtMetrics   = C.sizeof_struct_rt_metrics
    )
    
    type IfMsghdr C.struct_if_msghdr
    
    type IfData C.struct_if_data
    
    type IfaMsghdr C.struct_ifa_msghdr
    
    type IfmaMsghdr C.struct_ifma_msghdr
    
    type IfmaMsghdr2 C.struct_ifma_msghdr2
    
    type RtMsghdr C.struct_rt_msghdr
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 5K bytes
    - Viewed (0)
  7. src/syscall/types_solaris.go

    	SizeofIfaMsghdr = C.sizeof_struct_ifa_msghdr
    	SizeofRtMsghdr  = C.sizeof_struct_rt_msghdr
    	SizeofRtMetrics = C.sizeof_struct_rt_metrics
    )
    
    type IfMsghdr C.struct_if_msghdr
    
    type IfData C.struct_if_data
    
    type IfaMsghdr C.struct_ifa_msghdr
    
    type RtMsghdr C.struct_rt_msghdr
    
    type RtMetrics C.struct_rt_metrics
    
    // Berkeley packet filter
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 4.9K bytes
    - Viewed (0)
  8. src/syscall/types_openbsd.go

    	SizeofIfAnnounceMsghdr = C.sizeof_struct_if_announcemsghdr
    	SizeofRtMsghdr         = C.sizeof_struct_rt_msghdr
    	SizeofRtMetrics        = C.sizeof_struct_rt_metrics
    )
    
    type IfMsghdr C.struct_if_msghdr
    
    type IfData C.struct_if_data
    
    type IfaMsghdr C.struct_ifa_msghdr
    
    type IfAnnounceMsghdr C.struct_if_announcemsghdr
    
    type RtMsghdr C.struct_rt_msghdr
    
    type RtMetrics C.struct_rt_metrics
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 5K bytes
    - Viewed (0)
  9. src/syscall/types_dragonfly.go

    	SizeofIfAnnounceMsghdr = C.sizeof_struct_if_announcemsghdr
    	SizeofRtMsghdr         = C.sizeof_struct_rt_msghdr
    	SizeofRtMetrics        = C.sizeof_struct_rt_metrics
    )
    
    type IfMsghdr C.struct_if_msghdr
    
    type IfData C.struct_if_data
    
    type IfaMsghdr C.struct_ifa_msghdr
    
    type IfmaMsghdr C.struct_ifma_msghdr
    
    type IfAnnounceMsghdr C.struct_if_announcemsghdr
    
    type RtMsghdr C.struct_rt_msghdr
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 5K bytes
    - Viewed (0)
  10. src/syscall/types_netbsd.go

    	SizeofIfAnnounceMsghdr = C.sizeof_struct_if_announcemsghdr
    	SizeofRtMsghdr         = C.sizeof_struct_rt_msghdr
    	SizeofRtMetrics        = C.sizeof_struct_rt_metrics
    )
    
    type IfMsghdr C.struct_if_msghdr
    
    type IfData C.struct_if_data
    
    type IfaMsghdr C.struct_ifa_msghdr
    
    type IfAnnounceMsghdr C.struct_if_announcemsghdr
    
    type RtMsghdr C.struct_rt_msghdr
    
    type RtMetrics C.struct_rt_metrics
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 4.8K bytes
    - Viewed (0)
Back to top