Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetBestInterfaceEx (0.17 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	MultiByteToWideChar(codePage uint32, dwFlags uint32, str *byte, nstr int32, wchar *uint16, nwchar int32) (nwrite int32, err error) = kernel32.MultiByteToWideChar
    //sys	getBestInterfaceEx(sockaddr unsafe.Pointer, pdwBestIfIndex *uint32) (errcode error) = iphlpapi.GetBestInterfaceEx
    
    // For testing: clients can set this flag to force
    // creation of IPv6 sockets to return EAFNOSUPPORT.
    var SocketDisableIPv6 bool
    
    type RawSockaddrInet4 struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	procGetAdaptersInfo                                      = modiphlpapi.NewProc("GetAdaptersInfo")
    	procGetBestInterfaceEx                                   = modiphlpapi.NewProc("GetBestInterfaceEx")
    	procGetIfEntry                                           = modiphlpapi.NewProc("GetIfEntry")
    	procAddDllDirectory                                      = modkernel32.NewProc("AddDllDirectory")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
Back to top