Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lms/tools/
H A DATNetworkTool.h64 memcpy(&(this->ip), yip, saSize(yip)); in ATAddress()
76 memcpy(&(this->ip), yip, saSize(yip)); in ATAddress()
98 static unsigned int saSize(const struct sockaddr *ip) in saSize() function
169 return ATAddress::saSize((const struct sockaddr *)&(this->ip)); in size()
203 memcpy(&(this->ip), &yip, saSize(&yip));