Searched refs:OPTION_LEN_BYTES (Results 1 – 1 of 1) sorted by relevance
378 #define OPTION_LEN_BYTES 8 in ProxyEncodeIpHeader() macro381 _Alignas(_Alignof(u_short)) u_char option[OPTION_LEN_BYTES]; in ProxyEncodeIpHeader()401 memcpy(ptr + OPTION_LEN_BYTES, ptr, ntohs(pip->ip_len) - 20); in ProxyEncodeIpHeader()404 option[1] = OPTION_LEN_BYTES; in ProxyEncodeIpHeader()431 pip->ip_len = htons(ntohs(pip->ip_len) + OPTION_LEN_BYTES); in ProxyEncodeIpHeader()436 #undef OPTION_LEN_BYTES in ProxyEncodeIpHeader()