Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Ddccp_usrreq.c420 if (dh->dh_type != DCCP_TYPE_RESET) in dccp_input()
421 dccp_output(dp, DCCP_TYPE_RESET + 2); in dccp_input()
529 dccp_output(dp, DCCP_TYPE_RESET + 2); in dccp_input()
540 } else if (dh->dh_type == DCCP_TYPE_RESET) { in dccp_input()
556 dccp_output(dp, DCCP_TYPE_RESET + 2); in dccp_input()
633 dccp_output(dp, DCCP_TYPE_RESET + 2); in dccp_input()
636 case DCCP_TYPE_RESET: in dccp_input()
645 dccp_output(dp, DCCP_TYPE_RESET + 2); in dccp_input()
671 case DCCP_TYPE_RESET: in dccp_input()
680 dccp_output(dp, DCCP_TYPE_RESET + 2); in dccp_input()
[all …]
Ddccp.h156 #define DCCP_TYPE_RESET 7 macro