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

/illumos-gate/usr/src/cmd/lms/
H A DLMS_if_constants.h83 #define APF_OPEN_CHANNEL_REQUEST_FORWARDED "forwarded-tcpip" macro
H A DLMEConnection.cpp304 unsigned char buf[5 + APF_STR_SIZE_OF(APF_OPEN_CHANNEL_REQUEST_FORWARDED) + 16 +
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);

Completed in 73 milliseconds