MCPcopy Create free account
hub / github.com/celzero/firestack / Dial

Method Dial

intra/protect/xdial.go:46–46  ·  view source on GitHub ↗

Dial creates a connection to the given address, the resulting net.Conn must be a *net.TCPConn if network is "tcp" or "tcp4" or "tcp6" and must be a *net.UDPConn if network is "udp" or "udp4" or "udp6".

(network, addr string)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

ConnectMethod · 0.65
handleMethod · 0.65
pxdialMethod · 0.65
TestProxyReachesFunction · 0.65
pxdialMethod · 0.65
newSocks5ServerFunction · 0.65
swapMethod · 0.65
dialMethod · 0.65
DialBindMethod · 0.65
DialFunction · 0.65
TestDialTCPFunction · 0.65
TestNilDialerFunction · 0.65

Implementers 10

RDialintra/protect/xdial.go
baseintra/ipn/base.go
exitintra/ipn/exit.go
exit64intra/ipn/exit64.go
autointra/ipn/auto.go
wgtunintra/ipn/wgproxy.go
fakeProxyintra/ipn/pxclient_test.go
rpnpintra/ipn/rpn.go
groundintra/ipn/ground.go
gtunneltunnel/tunnel.go

Calls

no outgoing calls

Tested by 5

TestProxyReachesFunction · 0.52
TestDialTCPFunction · 0.52
TestNilDialerFunction · 0.52
DialMethod · 0.52
DialBindMethod · 0.52