Home
last modified time | relevance | path

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

/external/tcpdump/
Dipproto.h69 #ifndef IPPROTO_DCCP
70 #define IPPROTO_DCCP 33 /* datagram congestion control protocol */ macro
Dprint-ip6.c119 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { in ip6_print()
163 case IPPROTO_DCCP: in ip6_print()
Dipproto.c39 { IPPROTO_DCCP, "DCCP" },
Dprint-dccp.c81 phu.ph.proto = IPPROTO_DCCP; in dccp_cksum()
114 phu.ph.ph_nxt = IPPROTO_DCCP; in dccp6_cksum()
Dprint-ip.c422 case IPPROTO_DCCP: in ip_print_demux()
681 ipds->nh != IPPROTO_SCTP && ipds->nh != IPPROTO_DCCP) { in ip_print()
/external/iptables/include/
Dip6tables.h14 #ifndef IPPROTO_DCCP
15 #define IPPROTO_DCCP 33 macro
Diptables.h14 #ifndef IPPROTO_DCCP
15 #define IPPROTO_DCCP 33 macro
/external/iproute2/ip/
Dxfrm.h35 #ifndef IPPROTO_DCCP
36 # define IPPROTO_DCCP 33 macro
Dipxfrm.c471 case IPPROTO_DCCP: in xfrm_selector_print()
1134 case IPPROTO_DCCP: in xfrm_selector_upspec_parse()
/external/kernel-headers/original/linux/
Din.h35 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */ enumerator
/external/iptables/extensions/
Dlibipt_multiport.c67 case IPPROTO_DCCP: in proto_to_name()
Dlibip6t_multiport.c64 case IPPROTO_DCCP: in proto_to_name()