Lines Matching defs:drqh
193 struct dccp_requesthdr *drqh;
523 drqh = (struct dccp_requesthdr *)(dlh + 1);
524 if (drqh->drqh_scode != dp->scode){
525 DCCP_DEBUG((LOG_INFO, "service code in request packet doesn't match! %x %x\n", drqh->drqh_scode, dp->scode));
533 optp = (u_char *)(drqh + 1);
550 drqh = (struct dccp_requesthdr *)(dalh + 1);
551 if (drqh->drqh_scode != dp->scode){
552 DCCP_DEBUG((LOG_INFO, "service code in response packet doesn't match! %x %x\n", drqh->drqh_scode, dp->scode));
560 optp = (u_char *)(drqh + 1);
1118 struct dccp_requesthdr *drqh;
1399 drqh = (struct dccp_requesthdr *)(dlh + 1);
1400 drqh->drqh_scode = dp->scode;
1401 optp = (u_char *)(drqh + 1);
1428 drqh = (struct dccp_requesthdr *)(dalh + 1);
1429 drqh->drqh_scode = dp->scode;
1430 optp = (u_char *)(drqh + 1);