Home
last modified time | relevance | path

Searched defs:SocketConfig (Results 1 – 25 of 34) sorted by relevance

12

/dports/security/xray-core/Xray-core-1.5.0/transport/internet/
H A Dconfig.pb.go406 type SocketConfig struct { struct
416 …de `protobuf:"varint,3,opt,name=tproxy,proto3,enum=xray.transport.internet.SocketConfig_TProxyMode…
428 func (x *SocketConfig) Reset() {
437 func (x *SocketConfig) String() string {
441 func (*SocketConfig) ProtoMessage() {}
456 func (*SocketConfig) Descriptor() ([]byte, []int) {
460 func (x *SocketConfig) GetMark() int32 {
467 func (x *SocketConfig) GetTfo() int32 {
488 func (x *SocketConfig) GetBindAddress() []byte {
495 func (x *SocketConfig) GetBindPort() uint32 {
[all …]
H A Dsockopt_other.go6 func applyOutboundSocketOptions(network string, address string, fd uintptr, config *SocketConfig) e…
10 func applyInboundSocketOptions(network string, fd uintptr, config *SocketConfig) error {
H A Dsockopt_linux.go43 func applyOutboundSocketOptions(network string, address string, fd uintptr, config *SocketConfig) e…
77 func applyInboundSocketOptions(network string, fd uintptr, config *SocketConfig) error {
H A Dsockopt_darwin.go16 func applyOutboundSocketOptions(network string, address string, fd uintptr, config *SocketConfig) e…
32 func applyInboundSocketOptions(network string, fd uintptr, config *SocketConfig) error {
H A Dsockopt_windows.go23 func applyOutboundSocketOptions(network string, address string, fd uintptr, config *SocketConfig) e…
33 func applyInboundSocketOptions(network string, fd uintptr, config *SocketConfig) error {
H A Dtcp_hub.go84 func ListenSystem(ctx context.Context, addr net.Addr, sockopt *SocketConfig) (net.Listener, error) {
91 func ListenSystemPacket(ctx context.Context, addr net.Addr, sockopt *SocketConfig) (net.PacketConn,…
H A Ddialer.go108 func canLookupIP(ctx context.Context, dst net.Destination, sockopt *SocketConfig) bool {
135 func DialSystem(ctx context.Context, dest net.Destination, sockopt *SocketConfig) (net.Conn, error)…
H A Dsockopt_freebsd.go126 func applyOutboundSocketOptions(network string, address string, fd uintptr, config *SocketConfig) e…
160 func applyInboundSocketOptions(network string, fd uintptr, config *SocketConfig) error {
H A Dsystem_listener.go22 func getControlFunc(ctx context.Context, sockopt *SocketConfig, controllers []controller) func(netw…
H A Dsystem_dialer.go17 …Dial(ctx context.Context, source net.Address, destination net.Destination, sockopt *SocketConfig) …
44 func hasBindAddr(sockopt *SocketConfig) bool {
/dports/net/v2ray/v2ray-core-4.36.2/transport/internet/
H A Dconfig.pb.go411 type SocketConfig struct { struct
419 …`protobuf:"varint,2,opt,name=tfo,proto3,enum=v2ray.core.transport.internet.SocketConfig_TCPFastOpe…
430 func (x *SocketConfig) Reset() {
439 func (x *SocketConfig) String() string {
443 func (*SocketConfig) ProtoMessage() {}
445 func (x *SocketConfig) ProtoReflect() protoreflect.Message {
458 func (*SocketConfig) Descriptor() ([]byte, []int) {
462 func (x *SocketConfig) GetMark() int32 {
490 func (x *SocketConfig) GetBindAddress() []byte {
497 func (x *SocketConfig) GetBindPort() uint32 {
[all …]
H A Dsockopt_other.go5 func applyOutboundSocketOptions(network string, address string, fd uintptr, config *SocketConfig) e…
9 func applyInboundSocketOptions(network string, fd uintptr, config *SocketConfig) error {
H A Dsockopt_darwin.go16 func applyOutboundSocketOptions(network string, address string, fd uintptr, config *SocketConfig) e…
33 func applyInboundSocketOptions(network string, fd uintptr, config *SocketConfig) error {
H A Dsockopt_windows.go23 func applyOutboundSocketOptions(network string, address string, fd uintptr, config *SocketConfig) e…
34 func applyInboundSocketOptions(network string, fd uintptr, config *SocketConfig) error {
H A Dtcp_hub.go83 func ListenSystem(ctx context.Context, addr net.Addr, sockopt *SocketConfig) (net.Listener, error) {
90 func ListenSystemPacket(ctx context.Context, addr net.Addr, sockopt *SocketConfig) (net.PacketConn,…
H A Dsystem_dialer.go17 …Dial(ctx context.Context, source net.Address, destination net.Destination, sockopt *SocketConfig) …
42 func hasBindAddr(sockopt *SocketConfig) bool {
H A Dsockopt_freebsd.go125 func applyOutboundSocketOptions(network string, address string, fd uintptr, config *SocketConfig) e…
160 func applyInboundSocketOptions(network string, fd uintptr, config *SocketConfig) error {
H A Dsystem_listener.go24 func getControlFunc(ctx context.Context, sockopt *SocketConfig, controllers []controller) func(netw…
/dports/sysutils/vector/vector-0.10.0/src/sources/socket/
H A Dmod.rs20 pub struct SocketConfig { struct
34 impl SocketConfig { implementation
40 impl From<tcp::TcpConfig> for SocketConfig { implementation
48 impl From<udp::UdpConfig> for SocketConfig { implementation
57 impl From<unix::UnixConfig> for SocketConfig { implementation
70 impl SourceConfig for SocketConfig { implementation
/dports/security/xray-core/Xray-core-1.5.0/infra/conf/
H A Dtransport_internet.go505 type SocketConfig struct { struct
506 Mark int32 `json:"mark"`
507 TFO interface{} `json:"tcpFastOpen"`
508 TProxy string `json:"tproxy"`
509 AcceptProxyProtocol bool `json:"acceptProxyProtocol"`
510 DomainStrategy string `json:"domainStrategy"`
511 DialerProxy string `json:"dialerProxy"`
513 TCPKeepAliveInterval int32 `json:"tcpKeepAliveInterval"`
517 func (c *SocketConfig) Build() (*internet.SocketConfig, error) {
/dports/net/v2ray/v2ray-core-4.36.2/infra/conf/
H A Dtransport_internet.go346 type SocketConfig struct { struct
347 Mark int32 `json:"mark"`
348 TFO *bool `json:"tcpFastOpen"`
349 TProxy string `json:"tproxy"`
350 AcceptProxyProtocol bool `json:"acceptProxyProtocol"`
354 func (c *SocketConfig) Build() (*internet.SocketConfig, error) {
/dports/lang/elm/compiler-0.19.1/_cabal_deps/snap-server-1.1.1.2/src/Snap/Internal/Http/Server/
H A DTypes.hs184 data SocketConfig = StartListening ByteString Int type
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/config/
H A DSocketConfig.java39 public class SocketConfig implements Cloneable { class
49 SocketConfig( in SocketConfig() method in SocketConfig
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/config/
H A DSocketConfig.java39 public class SocketConfig implements Cloneable { class
49 SocketConfig( in SocketConfig() method in SocketConfig
/dports/sysutils/sensu-go/sensu-go-5.11.1/agent/
H A Dconfig.go178 type SocketConfig struct { struct
179 Host string
180 Port int

12