Lines Matching defs:tudi
1173 struct T_unitdata_ind *tudi;
1202 tudi = (struct T_unitdata_ind *)newmp->b_rptr;
1203 newmp->b_wptr = (uchar_t *)tudi + udi_size;
1204 tudi->PRIM_type = T_UNITDATA_IND;
1205 tudi->SRC_length = sizeof (sin6_t);
1206 tudi->SRC_offset = sizeof (struct T_unitdata_ind);
1207 tudi->OPT_offset = tudi->SRC_offset + sizeof (sin6_t);
1208 tudi->OPT_length = opt_length;
1210 sin6 = (sin6_t *)&tudi[1];
2259 struct T_unitdata_ind *tudi;
2424 tudi = (struct T_unitdata_ind *)mp1->b_rptr;
2425 mp1->b_wptr = (uchar_t *)tudi + udi_size;
2426 tudi->PRIM_type = T_UNITDATA_IND;
2427 tudi->SRC_length = sizeof (sin_t);
2428 tudi->SRC_offset = sizeof (struct T_unitdata_ind);
2429 tudi->OPT_offset = sizeof (struct T_unitdata_ind) +
2432 tudi->OPT_length = udi_size;
2433 sin = (sin_t *)&tudi[1];
2470 tudi = (struct T_unitdata_ind *)mp1->b_rptr;
2471 mp1->b_wptr = (uchar_t *)tudi + udi_size;
2472 tudi->PRIM_type = T_UNITDATA_IND;
2473 tudi->SRC_length = sizeof (sin6_t);
2474 tudi->SRC_offset = sizeof (struct T_unitdata_ind);
2475 tudi->OPT_offset = sizeof (struct T_unitdata_ind) +
2478 tudi->OPT_length = udi_size;
2479 sin6 = (sin6_t *)&tudi[1];