Home
last modified time | relevance | path

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

/titanic_41/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 + in ChannelOpenForwardedRequest()
315 *((UINT32 *)pCurrent) = htonl(APF_STR_SIZE_OF(APF_OPEN_CHANNEL_REQUEST_FORWARDED)); in ChannelOpenForwardedRequest()
318 …memcpy(pCurrent, APF_OPEN_CHANNEL_REQUEST_FORWARDED, APF_STR_SIZE_OF(APF_OPEN_CHANNEL_REQUEST_FORW… in ChannelOpenForwardedRequest()
319 pCurrent += APF_STR_SIZE_OF(APF_OPEN_CHANNEL_REQUEST_FORWARDED); in ChannelOpenForwardedRequest()