Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pfx (0.07 sec)

  1. src/net/netip/netip_test.go

    		{pfx("1.2.0.0/16"), pfx("1.2.3.0/32"), true},
    		{pfx("1.2.3.0/32"), pfx("1.2.0.0/16"), true},
    
    		// Match /0 either order
    		{pfx("1.2.3.0/32"), pfx("0.0.0.0/0"), true},
    		{pfx("0.0.0.0/0"), pfx("1.2.3.0/32"), true},
    
    		{pfx("1.2.3.0/32"), pfx("5.5.5.5/0"), true}, // normalization not required; /0 means true
    
    		// IPv6 overlapping
    		{pfx("5::1/128"), pfx("5::0/8"), true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	CertDuplicateCertificateContext(certContext *CertContext) (dupContext *CertContext) = crypt32.CertDuplicateCertificateContext
    //sys	PFXImportCertStore(pfx *CryptDataBlob, password *uint16, flags uint32) (store Handle, err error) = crypt32.PFXImportCertStore
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
Back to top