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

  /src/sys/netinet/
dccp_usrreq.c 193 struct dccp_requesthdr *drqh; local in function:dccp_input
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; local in function:dccp_output
    [all...]
dccp_usrreq.c 193 struct dccp_requesthdr *drqh; local in function:dccp_input
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; local in function:dccp_output
    [all...]
dccp_usrreq.c 193 struct dccp_requesthdr *drqh; local in function:dccp_input
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; local in function:dccp_output
    [all...]

Completed in 75 milliseconds