Lines Matching defs:dah
194 struct dccp_ackhdr *dah = NULL;
569 dah = (struct dccp_ackhdr *)(dh + 1);
570 optp = (u_char *)(dah + 1);
704 dp->ack_rcv = CONVERT_TO_LONGSEQ((ntohl(dah->dash.dah_ack) >> 8), dp->ref_seq);
760 dp->ack_rcv = CONVERT_TO_LONGSEQ((ntohl(dah->dash.dah_ack) >> 8), dp->ref_seq);
778 dp->ack_rcv = CONVERT_TO_LONGSEQ((ntohl(dah->dash.dah_ack) >> 8), dp->ref_seq);
1119 struct dccp_ackhdr *dah;
1435 dah = (struct dccp_ackhdr *)(dh + 1);
1436 dah->dash.dah_res = 0; /* Reserved field should be zero */
1437 dah->dash.dah_ack = htonl(dp->seq_rcv) >> 8;
1438 optp = (u_char *)(dah + 1);