Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 0x070B3 (0.08 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	EPOLL_CTL_ADD            = 0
    	EPOLL_CTL_MOD            = 1
    	EPOLL_CTL_DEL            = 2
    	EPOLLRDNORM              = 0x0001
    	EPOLLRDBAND              = 0x0002
    	EPOLLIN                  = 0x0003
    	EPOLLOUT                 = 0x0004
    	EPOLLWRBAND              = 0x0008
    	EPOLLPRI                 = 0x0010
    	EPOLLERR                 = 0x0020
    	EPOLLHUP                 = 0x0040
    	EPOLLEXCLUSIVE           = 0x20000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  2. src/net/lookup_windows.go

    		v := (*syscall.DNSPTRData)(unsafe.Pointer(&p.Data[0]))
    		ptrs = append(ptrs, absDomainName(windows.UTF16PtrToString(v.Host)))
    	}
    	return ptrs, nil
    }
    
    const dnsSectionMask = 0x0003
    
    // returns only results applicable to name and resolves CNAME entries.
    func validRecs(r *syscall.DNSRecord, dnstype uint16, name string) []*syscall.DNSRecord {
    	cname := syscall.StringToUTF16Ptr(name)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 14.2K bytes
    - Viewed (0)
Back to top