Searched defs:addrSize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DLMEConnectionCompat.cpp138 size_t addrSize = 0; local
139 const void *inAddr = addr.inAddr(addrSize);
148 memcpy(openConnectionExMsg.Host, inAddr, addrSize);
155 *(int *)inAddr, addrSize, addr.inPort(), mePort);
163 memcpy(openConnectionMsg.HostIPAddress, inAddr, addrSize);
170 *(int *)inAddr, addrSize, addr.inPort(), mePort);
/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c7220 IMA_UINT addrSize; local
7221 addrSize = sizeof (IMA_ADDRESS_KEYS);
7228 addrSize +
7230 - 1) * addrSize);
7236 addrSize +
7239 addrSize);

Completed in 54 milliseconds