Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for listenUnix (0.18 sec)

  1. pkg/util/iptables/iptables_test.go

    	var runLock *net.UnixListener
    	// Grab the abstract @xtables socket, will retry if the socket exists
    	err := wait.PollImmediate(time.Second, wait.ForeverTestTimeout, func() (done bool, err error) {
    		runLock, err = net.ListenUnix("unix", &net.UnixAddr{Name: lockPath14x, Net: "unix"})
    		if err != nil {
    			t.Logf("Failed to lock %s: %v, will retry.", lockPath14x, err)
    			return false, nil
    		}
    		return true, nil
    	})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 08 15:21:59 UTC 2023
    - 46.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ListenConfig.KeepAlive", Field, 13},
    		{"ListenIP", Func, 0},
    		{"ListenMulticastUDP", Func, 0},
    		{"ListenPacket", Func, 0},
    		{"ListenTCP", Func, 0},
    		{"ListenUDP", Func, 0},
    		{"ListenUnix", Func, 0},
    		{"ListenUnixgram", Func, 0},
    		{"Listener", Type, 0},
    		{"LookupAddr", Func, 0},
    		{"LookupCNAME", Func, 0},
    		{"LookupHost", Func, 0},
    		{"LookupIP", Func, 0},
    		{"LookupMX", Func, 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