Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SockaddrGen (3.8 sec)

  1. src/syscall/types_windows.go

    )
    
    const SIO_GET_INTERFACE_LIST = 0x4004747F
    
    // TODO(mattn): SockaddrGen is union of sockaddr/sockaddr_in/sockaddr_in6_old.
    // will be fixed to change variable type as suitable.
    
    type SockaddrGen [24]byte
    
    type InterfaceInfo struct {
    	Flags            uint32
    	Address          SockaddrGen
    	BroadcastAddress SockaddrGen
    	Netmask          SockaddrGen
    }
    
    type IpAddressString struct {
    	String [16]byte
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
Back to top