Searched refs:APF_OPEN_CHANNEL_REQUEST_FORWARDED (Results 1 – 2 of 2) sorted by relevance
83 #define APF_OPEN_CHANNEL_REQUEST_FORWARDED "forwarded-tcpip" macro
304 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()