Home
last modified time | relevance | path

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

/external/tcpdump/
Dipproto.h69 #ifndef IPPROTO_DCCP
70 #define IPPROTO_DCCP 33 /* datagram congestion control protocol */ macro
Dipproto.c39 { IPPROTO_DCCP, "DCCP" },
Dprint-ip6.c151 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { in ip6_print()
195 case IPPROTO_DCCP: in ip6_print()
Dprint-dccp.c77 dccp_csum_coverage(dh, len), IPPROTO_DCCP); in dccp_cksum()
84 dccp_csum_coverage(dh, len), IPPROTO_DCCP); in dccp6_cksum()
Dprint-ip.c370 case IPPROTO_DCCP: in ip_print_demux()
646 ipds->nh != IPPROTO_SCTP && ipds->nh != IPPROTO_DCCP) { in ip_print()
/external/kernel-headers/original/uapi/linux/
Din.h46 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */ enumerator
47 #define IPPROTO_DCCP IPPROTO_DCCP macro
/external/strace/xlat/
Dinet_protocols.h37 #if defined(IPPROTO_DCCP) || (defined(HAVE_DECL_IPPROTO_DCCP) && HAVE_DECL_IPPROTO_DCCP)
38 XLAT(IPPROTO_DCCP),
Dinet_protocols.in12 IPPROTO_DCCP
/external/iproute2/ip/
Dxfrm.h35 #ifndef IPPROTO_DCCP
36 # define IPPROTO_DCCP 33 macro
Dipxfrm.c475 case IPPROTO_DCCP: in xfrm_selector_print()
1270 case IPPROTO_DCCP: in xfrm_selector_upspec_parse()
Dxfrm_policy.c76 fprintf(stderr, "%s", strxf_proto(IPPROTO_DCCP)); in usage()
Dxfrm_state.c100 fprintf(stderr, "%s", strxf_proto(IPPROTO_DCCP)); in usage()
/external/iptables/include/
Dxtables.h24 #ifndef IPPROTO_DCCP
25 #define IPPROTO_DCCP 33 macro
/external/iptables/extensions/
Dlibip6t_MASQUERADE.c82 entry->ipv6.proto == IPPROTO_DCCP || in MASQUERADE_parse()
Dlibip6t_REDIRECT.c83 || entry->ipv6.proto == IPPROTO_DCCP in REDIRECT_parse()
Dlibipt_MASQUERADE.c83 || entry->ip.proto == IPPROTO_DCCP in MASQUERADE_parse()
Dlibipt_REDIRECT.c84 || entry->ip.proto == IPPROTO_DCCP in REDIRECT_parse()
Dlibip6t_SNAT.c156 entry->ipv6.proto == IPPROTO_DCCP || in SNAT_parse()
Dlibip6t_DNAT.c156 entry->ipv6.proto == IPPROTO_DCCP || in DNAT_parse()
Dlibipt_DNAT.c160 || entry->ip.proto == IPPROTO_DCCP in DNAT_parse()
Dlibipt_SNAT.c160 || entry->ip.proto == IPPROTO_DCCP in SNAT_parse()
Dlibxt_multiport.c77 case IPPROTO_DCCP: in proto_to_name()