Home
last modified time | relevance | path

Searched refs:receivedOnLocalSocket (Results 1 – 2 of 2) sorted by relevance

/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DSelfAwareness.hpp45 …void iam(void *tPtr,const Address &reporter,const int64_t receivedOnLocalSocket,const InetAddress …
58 int64_t receivedOnLocalSocket; member
63 …t rol,const InetAddress &ra,InetAddress::IpScope s) : reporter(r),receivedOnLocalSocket(rol),repor… in PhySurfaceKey()
66 …eKey &k) const { return ((reporter == k.reporter)&&(receivedOnLocalSocket == k.receivedOnLocalSock… in operator ==()
H A DSelfAwareness.cpp60 void SelfAwareness::iam(void *tPtr,const Address &reporter,const int64_t receivedOnLocalSocket,cons… in iam() argument
68 …PhySurfaceEntry &entry = _phy[PhySurfaceKey(reporter,receivedOnLocalSocket,reporterPhysicalAddress… in iam()