Home | History | Annotate | Download | only in netinet

Lines Matching defs:drth

196 	struct dccp_resethdr *drth;
542 drth = (struct dccp_resethdr *)(dlh + 1);
543 optp = (u_char *)(drth + 1);
1121 struct dccp_resethdr *drth;
1403 drth = (struct dccp_resethdr *)(dlh + 1);
1404 drth->drth_dash.dah_res = 0;
1405 DSEQ_TO_DAHDR(drth->drth_dash, dp->seq_rcv);
1407 drth->drth_reason = 1;
1409 drth->drth_reason = 2;
1410 drth->drth_data1 = 0;
1411 drth->drth_data2 = 0;
1412 drth->drth_data3 = 0;
1413 optp = (u_char *)(drth + 1);