Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 48 for IfAnnounceMsghdr (0.49 sec)

  1. src/syscall/route_netbsd.go

    // network interface arrival and departure information.
    //
    // Deprecated: Use golang.org/x/net/route instead.
    type InterfaceAnnounceMessage struct {
    	Header IfAnnounceMsghdr
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun May 15 20:55:56 UTC 2016
    - 1.4K bytes
    - Viewed (0)
  2. src/syscall/route_openbsd.go

    // network interface arrival and departure information.
    //
    // Deprecated: Use golang.org/x/net/route instead.
    type InterfaceAnnounceMessage struct {
    	Header IfAnnounceMsghdr
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun May 15 20:55:56 UTC 2016
    - 1.5K bytes
    - Viewed (0)
  3. src/syscall/route_freebsd.go

    // network interface arrival and departure information.
    //
    // Deprecated: Use golang.org/x/net/route instead.
    type InterfaceAnnounceMessage struct {
    	Header IfAnnounceMsghdr
    }
    
    func (m *InterfaceAnnounceMessage) sockaddr() ([]Sockaddr, error) { return nil, nil }
    
    // InterfaceMulticastAddrMessage represents a routing message
    // containing network interface address entries.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 05 21:38:13 UTC 2018
    - 2.7K bytes
    - Viewed (0)
  4. src/syscall/route_dragonfly.go

    // network interface arrival and departure information.
    //
    // Deprecated: Use golang.org/x/net/route instead.
    type InterfaceAnnounceMessage struct {
    	Header IfAnnounceMsghdr
    }
    
    func (m *InterfaceAnnounceMessage) sockaddr() ([]Sockaddr, error) { return nil, nil }
    
    // InterfaceMulticastAddrMessage represents a routing message
    // containing network interface address entries.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun May 15 20:55:56 UTC 2016
    - 2.6K bytes
    - Viewed (0)
  5. src/syscall/types_openbsd.go

    	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
    
    type Mclpool C.struct_mclpool
    
    // Berkeley packet filter
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 5K bytes
    - Viewed (0)
  6. src/syscall/types_dragonfly.go

    )
    
    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
    
    type RtMetrics C.struct_rt_metrics
    
    // Berkeley packet filter
    
    const (
    	SizeofBpfVersion = C.sizeof_struct_bpf_version
    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_netbsd.go

    	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
    
    type Mclpool C.struct_mclpool
    
    // Berkeley packet filter
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 4.8K bytes
    - Viewed (0)
  8. src/syscall/ztypes_netbsd_386.go

    }
    
    type IfaMsghdr struct {
    	Msglen    uint16
    	Version   uint8
    	Type      uint8
    	Addrs     int32
    	Flags     int32
    	Metric    int32
    	Index     uint16
    	Pad_cgo_0 [6]byte
    }
    
    type IfAnnounceMsghdr struct {
    	Msglen  uint16
    	Version uint8
    	Type    uint8
    	Index   uint16
    	Name    [16]int8
    	What    uint16
    }
    
    type RtMsghdr struct {
    	Msglen    uint16
    	Version   uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6K bytes
    - Viewed (0)
  9. src/syscall/ztypes_netbsd_amd64.go

    }
    
    type IfaMsghdr struct {
    	Msglen    uint16
    	Version   uint8
    	Type      uint8
    	Addrs     int32
    	Flags     int32
    	Metric    int32
    	Index     uint16
    	Pad_cgo_0 [6]byte
    }
    
    type IfAnnounceMsghdr struct {
    	Msglen  uint16
    	Version uint8
    	Type    uint8
    	Index   uint16
    	Name    [16]int8
    	What    uint16
    }
    
    type RtMsghdr struct {
    	Msglen    uint16
    	Version   uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.2K bytes
    - Viewed (0)
  10. src/syscall/ztypes_openbsd_386.go

    	Msglen  uint16
    	Version uint8
    	Type    uint8
    	Hdrlen  uint16
    	Index   uint16
    	Tableid uint16
    	Pad1    uint8
    	Pad2    uint8
    	Addrs   int32
    	Flags   int32
    	Metric  int32
    }
    
    type IfAnnounceMsghdr struct {
    	Msglen  uint16
    	Version uint8
    	Type    uint8
    	Hdrlen  uint16
    	Index   uint16
    	What    uint16
    	Name    [16]int8
    }
    
    type RtMsghdr struct {
    	Msglen   uint16
    	Version  uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.7K bytes
    - Viewed (0)
Back to top