Home
last modified time | relevance | path

Searched refs:IPPROTO_DCCP (Results 1 – 16 of 16) 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/iproute2/ip/
Dxfrm.h35 #ifndef IPPROTO_DCCP
36 # define IPPROTO_DCCP 33 macro
Dipxfrm.c474 case IPPROTO_DCCP: in xfrm_selector_print()
1179 case IPPROTO_DCCP: in xfrm_selector_upspec_parse()
/external/iptables/include/
Dxtables.h24 #ifndef IPPROTO_DCCP
25 #define IPPROTO_DCCP 33 macro
Dxtables.h.in24 #ifndef IPPROTO_DCCP
25 #define IPPROTO_DCCP 33 macro
/external/kernel-headers/original/linux/
Din.h35 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */ enumerator
/external/iptables/extensions/
Dlibipt_MASQUERADE.c83 || entry->ip.proto == IPPROTO_DCCP in MASQUERADE_parse()
Dlibipt_REDIRECT.c84 || entry->ip.proto == IPPROTO_DCCP in REDIRECT_parse()
Dlibipt_SNAT.c160 || entry->ip.proto == IPPROTO_DCCP in SNAT_parse()
Dlibipt_DNAT.c160 || entry->ip.proto == IPPROTO_DCCP in DNAT_parse()
Dlibxt_multiport.c77 case IPPROTO_DCCP: in proto_to_name()
/external/strace/
Dnet.c480 #ifdef IPPROTO_DCCP
481 { IPPROTO_DCCP, "IPPROTO_DCCP" },