Lines Matching defs:udind
5002 struct T_unitdata_ind *udind;
5225 udind = (struct T_unitdata_ind *)mp->b_rptr;
5226 udind->PRIM_type = T_UNITDATA_IND;
5227 udind->SRC_length = tep->te_alen;
5228 addr_startp = mp->b_rptr + udind->SRC_offset;
5239 udind = (struct T_unitdata_ind *)mp->b_rptr;
5240 udind->PRIM_type = T_UNITDATA_IND;
5241 udind->SRC_length = tep->te_alen;
5242 addr_startp = mp->b_rptr + udind->SRC_offset;
5251 tl_fill_option(mp->b_rptr + udind->OPT_offset + oldolen,
5283 udind = (struct T_unitdata_ind *)ui_mp->b_rptr;
5284 udind->PRIM_type = T_UNITDATA_IND;
5285 udind->SRC_offset = (t_scalar_t)sizeof (struct T_unitdata_ind);
5286 udind->SRC_length = tep->te_alen;
5287 addr_startp = ui_mp->b_rptr + udind->SRC_offset;
5289 udind->OPT_offset =
5290 (t_scalar_t)T_ALIGN(udind->SRC_offset + udind->SRC_length);
5291 udind->OPT_length = olen;
5296 (void *)((uintptr_t)udind +
5297 udind->OPT_offset),
5302 tl_fill_option(ui_mp->b_rptr + udind->OPT_offset +
5307 (void *)((uintptr_t)udind + udind->OPT_offset),