HomeSort by: relevance | last modified time | path
    Searched defs:drth (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
dccp_usrreq.c 196 struct dccp_resethdr *drth; local in function:dccp_input
542 drth = (struct dccp_resethdr *)(dlh + 1);
543 optp = (u_char *)(drth + 1);
1121 struct dccp_resethdr *drth; local in function:dccp_output
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
    [all...]
dccp_usrreq.c 196 struct dccp_resethdr *drth; local in function:dccp_input
542 drth = (struct dccp_resethdr *)(dlh + 1);
543 optp = (u_char *)(drth + 1);
1121 struct dccp_resethdr *drth; local in function:dccp_output
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
    [all...]

Completed in 23 milliseconds