Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Lifcu (0.03 sec)

  1. src/vendor/golang.org/x/net/lif/link.go

    			continue
    		}
    		b := make([]byte, lifn.Count*sizeofLifreq)
    		lifc.Family = uint16(ep.af)
    		lifc.Len = lifn.Count * sizeofLifreq
    		if len(lifc.Lifcu) == 8 {
    			nativeEndian.PutUint64(lifc.Lifcu[:], uint64(uintptr(unsafe.Pointer(&b[0]))))
    		} else {
    			nativeEndian.PutUint32(lifc.Lifcu[:], uint32(uintptr(unsafe.Pointer(&b[0]))))
    		}
    		ioc = int64(syscall.SIOCGLIFCONF)
    		if err := ioctl(ep.s, uintptr(ioc), unsafe.Pointer(&lifc)); err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/net/lif/zsys_solaris_amd64.go

    	Name   [32]int8
    	Lifru1 [4]byte
    	Type   uint32
    	Lifru  [336]byte
    }
    
    type lifconf struct {
    	Family    uint16
    	Pad_cgo_0 [2]byte
    	Flags     int32
    	Len       int32
    	Pad_cgo_1 [4]byte
    	Lifcu     [8]byte
    }
    
    type lifIfinfoReq struct {
    	Maxhops      uint8
    	Pad_cgo_0    [3]byte
    	Reachtime    uint32
    	Reachretrans uint32
    	Maxmtu       uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 05 19:54:32 UTC 2022
    - 981 bytes
    - Viewed (0)
Back to top