Home
last modified time | relevance | path

Searched defs:bindLocal (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/network/
H A DNetwork.cpp406 std::vector<SOCKET> CreateTCPServerSocket(const int port, const bool bindLocal, const int backlog, … in CreateTCPServerSocket()
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.starlark.net/resolve/
H A Dresolve.go325 func (r *resolver) bindLocal(id *syntax.Ident) bool { func
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/go.starlark.net/resolve/
H A Dresolve.go325 func (r *resolver) bindLocal(id *syntax.Ident) bool { func
/dports/security/xray-core/Xray-core-1.5.0/vendor/go.starlark.net/resolve/
H A Dresolve.go328 func (r *resolver) bindLocal(id *syntax.Ident) bool { func
/dports/net/v2ray/v2ray-core-4.36.2/vendor/go.starlark.net/resolve/
H A Dresolve.go328 func (r *resolver) bindLocal(id *syntax.Ident) bool { func
/dports/net/yate/yate-6.4.0-1/modules/
H A Dyrtpchan.cpp560 bool YRTPWrapper::bindLocal(const char* localip, bool rtcp) in bindLocal() function in __anon6fbb14470111::YRTPWrapper
/dports/security/klee/klee-2.2/lib/Core/
H A DExecutor.cpp1231 void Executor::bindLocal(KInstruction *target, ExecutionState &state, function in Executor