dp_reset
extern void dp_reset(struct rmc_comm_state *, uint8_t, boolean_t, boolean_t);
dp_reset(rcs, INITIAL_SEQID, 1, 1);
dp_reset(rcs, INITIAL_SEQID, 0, 1);
void dp_reset(struct rmc_comm_state *, uint8_t, boolean_t, boolean_t);
dp_reset(rcs, dp_msgp->txnum, 1, 0);
dp_reset(rcs, dp_msgp->txnum, 0, 0);
void dp_reset(struct rmc_comm_state *, uint8_t, boolean_t, boolean_t);
dp_reset(rcs, INITIAL_SEQID, 0, 1);