Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for BroadcastAddress (0.45 sec)

  1. src/syscall/types_windows.go

    // 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
    }
    
    type IpMaskString IpAddressString
    
    type IpAddrString struct {
    	Next      *IpAddrString
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    // 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
    }
    
    type IpMaskString IpAddressString
    
    type IpAddrString struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"InterfaceAnnounceMessage", Type, 1},
    		{"InterfaceAnnounceMessage.Header", Field, 1},
    		{"InterfaceInfo", Type, 0},
    		{"InterfaceInfo.Address", Field, 0},
    		{"InterfaceInfo.BroadcastAddress", Field, 0},
    		{"InterfaceInfo.Flags", Field, 0},
    		{"InterfaceInfo.Netmask", Field, 0},
    		{"InterfaceMessage", Type, 0},
    		{"InterfaceMessage.Data", Field, 0},
    		{"InterfaceMessage.Header", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top