Lines Matching defs:tudi
1175 struct T_unitdata_ind *tudi;
1204 tudi = (struct T_unitdata_ind *)newmp->b_rptr;
1205 newmp->b_wptr = (uchar_t *)tudi + udi_size;
1206 tudi->PRIM_type = T_UNITDATA_IND;
1207 tudi->SRC_length = sizeof (sin6_t);
1208 tudi->SRC_offset = sizeof (struct T_unitdata_ind);
1209 tudi->OPT_offset = tudi->SRC_offset + sizeof (sin6_t);
1210 tudi->OPT_length = opt_length;
1212 sin6 = (sin6_t *)&tudi[1];
2261 struct T_unitdata_ind *tudi;
2426 tudi = (struct T_unitdata_ind *)mp1->b_rptr;
2427 mp1->b_wptr = (uchar_t *)tudi + udi_size;
2428 tudi->PRIM_type = T_UNITDATA_IND;
2429 tudi->SRC_length = sizeof (sin_t);
2430 tudi->SRC_offset = sizeof (struct T_unitdata_ind);
2431 tudi->OPT_offset = sizeof (struct T_unitdata_ind) +
2434 tudi->OPT_length = udi_size;
2435 sin = (sin_t *)&tudi[1];
2472 tudi = (struct T_unitdata_ind *)mp1->b_rptr;
2473 mp1->b_wptr = (uchar_t *)tudi + udi_size;
2474 tudi->PRIM_type = T_UNITDATA_IND;
2475 tudi->SRC_length = sizeof (sin6_t);
2476 tudi->SRC_offset = sizeof (struct T_unitdata_ind);
2477 tudi->OPT_offset = sizeof (struct T_unitdata_ind) +
2480 tudi->OPT_length = udi_size;
2481 sin6 = (sin6_t *)&tudi[1];