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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c4982 struct T_optdata_ind *todi; local
5082 mp->b_wptr += sizeof (*todi) + optlen;
5084 todi = (struct T_optdata_ind *)mp->b_rptr;
5085 todi->PRIM_type = T_OPTDATA_IND;
5086 todi->DATA_flag = 1; /* MORE data */
5087 todi->OPT_length = optlen;
5088 todi->OPT_offset = sizeof (*todi);
5089 optptr = (uchar_t *)&todi[1];

Completed in 51 milliseconds