Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FreeBSD (0.13 sec)

  1. pkg/security/security.go

    		"/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem", // CentOS/RHEL 7
    		"/etc/ssl/cert.pem",                                 // Alpine Linux
    		"/usr/local/etc/ssl/cert.pem",                       // FreeBSD
    		"/etc/ssl/certs/ca-certificates",                    // Talos Linux
    	}
    
    	for _, cert := range certFiles {
    		if _, err := os.Stat(cert); err == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh

    #include <netinet/in.h>
    #include <termios.h>
    #include <netinet/ip.h>
    #include <netinet/ip_mroute.h>
    #include <sys/extattr.h>
    
    #if __FreeBSD__ >= 10
    #define IFT_CARP	0xf8	// IFT_CARP is deprecated in FreeBSD 10
    #undef SIOCAIFADDR
    #define SIOCAIFADDR	_IOW(105, 26, struct oifaliasreq)	// ifaliasreq contains if_data
    #undef SIOCSIFPHYADDR
    #define SIOCSIFPHYADDR	_IOW(105, 70, struct oifaliasreq)	// ifaliasreq contains if_data
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
Back to top