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

/haiku/src/add-ons/kernel/network/protocols/tcp/
H A Dtcp.cpp401 uint32 optionsLength = add_options(segment, optionsBuffer, local
405 sizeof(tcp_header) + optionsLength);
417 header.header_length = (sizeof(tcp_header) + optionsLength) >> 2;
427 if (optionsLength > 0) {
429 optionsLength);

Completed in 78 milliseconds