Searched refs:IPPROTO_DCCP (Results 1 – 7 of 7) sorted by relevance
68 #ifndef IPPROTO_DCCP69 #define IPPROTO_DCCP 33 /* datagram congestion control protocol */ macro
32 { IPPROTO_DCCP, "DCCP" },
91 case IPPROTO_DCCP: in ip_demux_print()
204 dccp_csum_coverage(ndo, dh, len), IPPROTO_DCCP); in dccp_cksum()211 dccp_csum_coverage(ndo, dh, len), IPPROTO_DCCP); in dccp6_cksum()
329 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { in ip6_print()
466 nh != IPPROTO_SCTP && nh != IPPROTO_DCCP) { in ip_print()
169 #define IPPROTO_DCCP 33 /* Datagram Congestion Control Protocol */ macro