Searched refs:IPPROTO_DCCP (Results 1 – 6 of 6) sorted by relevance
68 #ifndef IPPROTO_DCCP69 #define IPPROTO_DCCP 33 /* datagram congestion control protocol */ macro
290 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { in ip6_print()341 case IPPROTO_DCCP: in ip6_print()
34 { IPPROTO_DCCP, "DCCP" },
204 dccp_csum_coverage(dh, len), IPPROTO_DCCP); in dccp_cksum()211 dccp_csum_coverage(dh, len), IPPROTO_DCCP); in dccp6_cksum()
390 case IPPROTO_DCCP: in ip_print_demux()674 ipds->nh != IPPROTO_SCTP && ipds->nh != IPPROTO_DCCP) { in ip_print()
172 #define IPPROTO_DCCP 33 /* Datagram Congestion Control Protocol */ macro