Home
last modified time | relevance | path

Searched defs:WrappedConn (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/consul/consul-1.10.3/vendor/github.com/hashicorp/go-connlimit/
H A Dwrap.go8 type WrappedConn struct { struct
9 net.Conn
10 free func()
24 func (w *WrappedConn) Close() error {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-connlimit/
H A Dwrap.go8 type WrappedConn struct { struct
9 net.Conn
10 free func()
24 func (w *WrappedConn) Close() error {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-connlimit/
H A Dwrap.go8 type WrappedConn struct { struct
9 net.Conn
10 free func()
24 func (w *WrappedConn) Close() error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-connlimit/
H A Dwrap.go8 type WrappedConn struct { struct
9 net.Conn
10 free func()
24 func (w *WrappedConn) Close() error {
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/go-connlimit/
H A Dwrap.go8 type WrappedConn struct { struct
9 net.Conn
10 free func()
24 func (w *WrappedConn) Close() error {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-connlimit/
H A Dwrap.go8 type WrappedConn struct { struct
9 net.Conn
10 free func()
24 func (w *WrappedConn) Close() error {
/dports/irc/ergo/ergo-2.8.0/irc/utils/
H A Dproxy.go209 type WrappedConn struct { struct
210 net.Conn
211 ProxiedIP net.IP
212 Config ListenerConfig
215 Secure bool
/dports/irc/ergo/ergo-2.8.0/irc/
H A Dircconn.go55 func NewIRCStreamConn(conn *utils.WrappedConn) *IRCStreamConn {
H A Dlisteners.go194 func confirmProxyData(conn *utils.WrappedConn, remoteAddr, xForwardedFor, xForwardedProto string, c…