Lines Matching defs:tpr
3058 union T_primitives *tpr;
3291 tpr = (union T_primitives *)mp->b_rptr;
3292 dprintso(so, 1, ("sotpi_recvmsg: type %d\n", tpr->type));
3294 switch (tpr->type) {
3309 if (!(tpr->data_ind.MORE_flag & 1)) {
3344 addrlen = tpr->unitdata_ind.SRC_length;
3346 tpr->unitdata_ind.SRC_offset,
3365 optlen = tpr->unitdata_ind.OPT_length;
3374 tpr->unitdata_ind.OPT_offset,
3457 tpr->optdata_ind.OPT_offset,
3504 if (!(tpr->data_ind.MORE_flag & 1)) {
3583 tpr = (union T_primitives *)mp->b_rptr;
3584 ASSERT(tpr->type == T_EXDATA_IND);
3623 (void *)so, tpr->type, (void *)mp);