Home
last modified time | relevance | path

Searched refs:drqh (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Ddccp_usrreq.c195 struct dccp_requesthdr *drqh; in dccp_input() local
559 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() local
1502 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 …]