Searched refs:IPPROTO_DCCP (Results 1 – 16 of 16) sorted by relevance
69 #ifndef IPPROTO_DCCP70 #define IPPROTO_DCCP 33 /* datagram congestion control protocol */ macro
119 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { in ip6_print()163 case IPPROTO_DCCP: in ip6_print()
39 { IPPROTO_DCCP, "DCCP" },
81 phu.ph.proto = IPPROTO_DCCP; in dccp_cksum()114 phu.ph.ph_nxt = IPPROTO_DCCP; in dccp6_cksum()
422 case IPPROTO_DCCP: in ip_print_demux()681 ipds->nh != IPPROTO_SCTP && ipds->nh != IPPROTO_DCCP) { in ip_print()
35 #ifndef IPPROTO_DCCP36 # define IPPROTO_DCCP 33 macro
474 case IPPROTO_DCCP: in xfrm_selector_print()1179 case IPPROTO_DCCP: in xfrm_selector_upspec_parse()
24 #ifndef IPPROTO_DCCP25 #define IPPROTO_DCCP 33 macro
35 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */ enumerator
83 || entry->ip.proto == IPPROTO_DCCP in MASQUERADE_parse()
84 || entry->ip.proto == IPPROTO_DCCP in REDIRECT_parse()
160 || entry->ip.proto == IPPROTO_DCCP in SNAT_parse()
160 || entry->ip.proto == IPPROTO_DCCP in DNAT_parse()
77 case IPPROTO_DCCP: in proto_to_name()
480 #ifdef IPPROTO_DCCP481 { IPPROTO_DCCP, "IPPROTO_DCCP" },