Home
last modified time | relevance | path

Searched refs:GetSocketPath (Results 1 – 11 of 11) sorted by relevance

/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/livestatus/
H A Dlivestatuslistener.cpp77 socket->Bind(GetSocketPath()); in Start()
80 << "Cannot bind UNIX socket to '" << GetSocketPath() << "'."; in Start()
87 if (chmod(GetSocketPath().CStr(), mode) < 0) { in Start()
89 …<< "chmod() on unix socket '" << GetSocketPath() << "' failed with error code " << errno << ", \""… in Start()
98 << "Created UNIX socket in '" << GetSocketPath() << "'."; in Start()
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/go-control-plane/envoy/admin/v4alpha/
H A Dserver_info.pb.go661 func (x *CommandLineOptions) GetSocketPath() string { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/envoyproxy/go-control-plane/envoy/admin/v3/
H A Dserver_info.pb.go668 func (x *CommandLineOptions) GetSocketPath() string { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/envoyproxy/go-control-plane/envoy/admin/v4alpha/
H A Dserver_info.pb.go663 func (x *CommandLineOptions) GetSocketPath() string { func
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/go-control-plane/envoy/admin/v4alpha/
H A Dserver_info.pb.go663 func (x *CommandLineOptions) GetSocketPath() string { func
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/go-control-plane/envoy/admin/v3/
H A Dserver_info.pb.go668 func (x *CommandLineOptions) GetSocketPath() string { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/envoyproxy/go-control-plane/envoy/admin/v3/
H A Dserver_info.pb.go656 func (x *CommandLineOptions) GetSocketPath() string { func
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/go-control-plane/envoy/admin/v3/
H A Dserver_info.pb.go659 func (x *CommandLineOptions) GetSocketPath() string { func
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/envoyproxy/go-control-plane/envoy/admin/v3/
H A Dserver_info.pb.go656 func (x *CommandLineOptions) GetSocketPath() string { func
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/go-control-plane/envoy/admin/v3/
H A Dserver_info.pb.go666 func (x *CommandLineOptions) GetSocketPath() string { func
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/db_ido_mysql/
H A Didomysqlconnection.cpp236 isocket_path = GetSocketPath(); in Reconnect()