isp_get_hdr
isp_get_hdr(isp, hp, &sp->req_header);
isp_get_hdr(isp, &src->ridacq_hdr, &dst->ridacq_hdr);
isp_get_hdr(isp, &src->ctp_header, &dst->ctp_header);
isp_get_hdr(isp, &src->ct_header, &dst->ct_header);
isp_get_hdr(isp, &src->in_header, &dst->in_header);
isp_get_hdr(isp, &src->na_header, &dst->na_header);
isp_get_hdr(isp, &src->abts_header, &dst->abts_header);
isp_get_hdr(isp, &src->abts_rsp_header, &dst->abts_rsp_header);
isp_get_hdr(isp, src, (isphdr_t *)dst);
isp_get_hdr(isp, &src->req_header, &dst->req_header);
isp_get_hdr(isp, &src->req_header, &dst->req_header);
isp_get_hdr(isp, &src->abrt_header, &dst->abrt_header);
isp_get_hdr(isp, &src->vp_ctrl_hdr, &dst->vp_ctrl_hdr);
isp_get_hdr(isp, &src->vp_mod_hdr, &dst->vp_mod_hdr);
isp_get_hdr(isp, &src->plogx_header, &dst->plogx_header);
void isp_get_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);