Searched refs:drqh (Results 1 – 1 of 1) sorted by relevance
195 struct dccp_requesthdr *drqh; in dccp_input() local559 drqh = (struct dccp_requesthdr *)(dlh + 1); in dccp_input()560 if (drqh->drqh_scode != dp->scode){ in dccp_input()569 optp = (u_char *)(drqh + 1); in dccp_input()587 if (drqh->drqh_scode != dp->scode){ in dccp_input()596 optp = (u_char *)(drqh + 1); in dccp_input()1204 struct dccp_requesthdr *drqh; in dccp_output() local1502 drqh->drqh_scode = dp->scode; in dccp_output()1503 optp = (u_char *)(drqh + 1); in dccp_output()1531 drqh->drqh_scode = dp->scode; in dccp_output()[all …]