Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for netshInterfaceIPv4ShowAddress (0.18 sec)

  1. src/net/net_windows_test.go

    	}
    	slices.Sort(want)
    
    	if strings.Join(want, "/") != strings.Join(have, "/") {
    		t.Fatalf("unexpected interface list %q, want %q", have, want)
    	}
    }
    
    func netshInterfaceIPv4ShowAddress(name string, netshOutput []byte) []string {
    	// Address information is listed like:
    	//
    	//Configuration for interface "Local Area Connection"
    	//    DHCP enabled:                         Yes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top