Home
last modified time | relevance | path

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, in add_tcp_header() local
405 sizeof(tcp_header) + optionsLength); in add_tcp_header()
417 header.header_length = (sizeof(tcp_header) + optionsLength) >> 2; in add_tcp_header()
427 if (optionsLength > 0) { in add_tcp_header()
429 optionsLength); in add_tcp_header()