Searched refs:APF_STR_SIZE_OF (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DLMS_if_constants.h95 #define APF_STR_SIZE_OF(s) (sizeof(s)-1) macro
H A DLMEConnection.cpp169 //memcpy(pCurrent, "127.0.0.1", APF_STR_SIZE_OF("127.0.0.1"));
170 //pCurrent += APF_STR_SIZE_OF("127.0.0.1");
304 unsigned char buf[5 + APF_STR_SIZE_OF(APF_OPEN_CHANNEL_REQUEST_FORWARDED) + 16 +
305 APF_STR_SIZE_OF("127.0.0.1") + 8 + 16 + 4];
315 *((UINT32 *)pCurrent) = htonl(APF_STR_SIZE_OF(APF_OPEN_CHANNEL_REQUEST_FORWARDED));
318 memcpy(pCurrent, APF_OPEN_CHANNEL_REQUEST_FORWARDED, APF_STR_SIZE_OF(APF_OPEN_CHANNEL_REQUEST_FORWARDED));
319 pCurrent += APF_STR_SIZE_OF(APF_OPEN_CHANNEL_REQUEST_FORWARDED);
330 *((UINT32 *)pCurrent) = htonl(APF_STR_SIZE_OF("127.0.0.1"));
333 memcpy(pCurrent, "127.0.0.1", APF_STR_SIZE_OF("127.0.0.1"));
334 pCurrent += APF_STR_SIZE_OF("127.
[all...]

Completed in 45 milliseconds