Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 82 for ifmat6 (0.24 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. cmd/object-handlers-common.go

    		}
    	}
    
    	// If-Match : Return the object only if its entity tag (ETag) is the same as the one specified;
    	// otherwise return a 412 (precondition failed).
    	ifMatchETagHeader := r.Header.Get(xhttp.IfMatch)
    	if ifMatchETagHeader != "" {
    		if !isETagEqual(objInfo.ETag, ifMatchETagHeader) {
    			// If the object ETag does not match with the specified ETag.
    			writeHeaders()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), type IfData struct, Reserved1 uint32
    pkg syscall (darwin-arm64), type IfData struct, Reserved2 uint32
    pkg syscall (darwin-arm64), type IfData struct, Type uint8
    pkg syscall (darwin-arm64), type IfData struct, Typelen uint8
    pkg syscall (darwin-arm64), type IfData struct, Unused1 uint8
    pkg syscall (darwin-arm64), type IfData struct, Unused2 uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/net/nettest/nettest.go

    			continue
    		}
    		return &ifi, nil
    	}
    	return nil, errNoAvailableInterface
    }
    
    func hasRoutableIP(network string, ifi *net.Interface) (net.IP, bool) {
    	ifat, err := ifi.Addrs()
    	if err != nil {
    		return nil, false
    	}
    	for _, ifa := range ifat {
    		switch ifa := ifa.(type) {
    		case *net.IPAddr:
    			if ip, ok := routableIP(network, ifa.IP); ok {
    				return ip, true
    			}
    		case *net.IPNet:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top