Home
last modified time | relevance | path

Searched defs:NetAddr (Results 1 – 25 of 46) sorted by relevance

12

/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/config/confignet/
H A Dconfignet.go22 type NetAddr struct { struct
28 Endpoint string `mapstructure:"endpoint"`
32 Transport string `mapstructure:"transport"`
36 func (na *NetAddr) Dial() (net.Conn, error) {
41 func (na *NetAddr) Listen() (net.Listener, error) {
/dports/benchmarks/polygraph/polygraph-4.13.0/src/xstd/
H A DNetAddr.h16 NetAddr(): theAddrN(InAddress::IPvFour()), thePort(-1) {} in NetAddr() function
17 NetAddr(const NetAddr &na): theAddrA(na.theAddrA), theAddrN(na.theAddrN), thePort(na.thePort) {} in NetAddr() function
18NetAddr(const String &addr, int aPort): theAddrA(addr), theAddrN(InAddress::IPvFour()), thePort(aP… in NetAddr() function
19 NetAddr(const InAddress &addr, int aPort): theAddrN(addr), thePort(aPort) {} in NetAddr() function
H A DNetAddr.cc16 NetAddr::NetAddr(const struct sockaddr_storage &ss): theAddrN(ss), in NetAddr() function in NetAddr
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-circuit/
H A Dconn.go26 type NetAddr struct { struct
27 Relay string
28 Remote string
31 func (n *NetAddr) Network() string {
35 func (n *NetAddr) String() string {
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dnet.h58 struct NetAddr { struct
61 struct sockaddr *NetAddr; argument
63 } addr;
/dports/benchmarks/polygraph/polygraph-4.13.0/src/pgl/
H A DAddrMapSym.h12 class NetAddr; variable
H A DDnsResolverSym.h13 class NetAddr; variable
H A DpglStrIs.h12 class NetAddr; variable
H A DVerFourAsSym.h11 class NetAddr; variable
H A DPglNetAddrRange.h11 class NetAddr; variable
H A DAddrSchemeSym.h10 class NetAddr; variable
/dports/benchmarks/polygraph/polygraph-4.13.0/src/base/
H A DAddrParsers.h11 class NetAddr; variable
H A DForeignTrace.h12 class NetAddr; variable
/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DViservs.h10 class NetAddr; variable
H A DAddrMap.h12 class NetAddr; variable
H A DUserCred.h12 class NetAddr; variable
H A DNotifMsg.h11 class NetAddr; variable
H A DSslWrap.h14 class NetAddr; variable
/dports/security/vault/vault-1.8.2/vault/cluster/
H A Dcluster.go468 type NetAddr struct { struct
469 Host string
472 func (c *NetAddr) String() string {
476 func (*NetAddr) Network() string {
/dports/benchmarks/polygraph/polygraph-4.13.0/src/client/
H A DConnHash.h15 class NetAddr; variable
/dports/net/olsrd/olsrd-0.9.8/gui/win32/Main/
H A DNodeEntry.cpp117 void NodeEntry::AddHna(unsigned int NetAddr, unsigned int NetMask, in AddHna()
/dports/security/xray-core/Xray-core-1.5.0/common/net/
H A Ddestination.go90 func (d Destination) NetAddr() string { func
/dports/net/v2ray/v2ray-core-4.36.2/common/net/
H A Ddestination.go92 func (d Destination) NetAddr() string { func
/dports/www/firefox/firefox-99.0/netwerk/socket/neqo_glue/src/
H A Dlib.rs89 local_addr: *const NetAddr, in new()
90 remote_addr: *const NetAddr, in new()
220 local_addr: *const NetAddr, in neqo_http3conn_new()
221 remote_addr: *const NetAddr, in neqo_http3conn_new()
256 remote_addr: *const NetAddr, in neqo_http3conn_process_input()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/kerberos/
H A DMgr.h17 class NetAddr; variable

12