Lines Matching defs:dh
562 struct dmc_header *dh;
610 dh = (struct dmc_header *)ifrw->ifrw_addr;
611 dh->dmc_type = ntohs((u_short)dh->dmc_type);
627 switch (dh->dmc_type) {
767 struct dmc_header *dh;
784 dh = (struct dmc_header *)dst->sa_data;
785 type = dh->dmc_type;
804 dh = mtod(m, struct dmc_header *);
805 dh->dmc_type = htons((u_short)type);