Home
last modified time | relevance | path

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

12

/external/ltp/include/lapi/
Dnetinet_in.h23 #ifndef IPPROTO_DCCP
24 #define IPPROTO_DCCP 33 macro
/external/tcpdump/
Dipproto.h68 #ifndef IPPROTO_DCCP
69 #define IPPROTO_DCCP 33 /* datagram congestion control protocol */ macro
Dprint-ip6.c290 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { in ip6_print()
341 case IPPROTO_DCCP: in ip6_print()
Dipproto.c34 { IPPROTO_DCCP, "DCCP" },
Dprint-dccp.c204 dccp_csum_coverage(dh, len), IPPROTO_DCCP); in dccp_cksum()
211 dccp_csum_coverage(dh, len), IPPROTO_DCCP); in dccp6_cksum()
Dprint-ip.c390 case IPPROTO_DCCP: in ip_print_demux()
668 ipds->nh != IPPROTO_SCTP && ipds->nh != IPPROTO_DCCP) { in ip_print()
/external/libnetfilter_conntrack/include/internal/
Dinternal.h39 #ifndef IPPROTO_DCCP
40 #define IPPROTO_DCCP 33 macro
/external/kernel-headers/original/uapi/linux/
Din.h49 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */ enumerator
50 #define IPPROTO_DCCP IPPROTO_DCCP macro
/external/iproute2/include/uapi/linux/
Din.h49 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */ enumerator
50 #define IPPROTO_DCCP IPPROTO_DCCP macro
/external/selinux/libsepol/src/
Dports.c2 #ifndef IPPROTO_DCCP
3 #define IPPROTO_DCCP 33 macro
23 return IPPROTO_DCCP; in sepol2ipproto()
38 case IPPROTO_DCCP: in ipproto2sepol()
Dkernel_to_common.c10 #ifndef IPPROTO_DCCP
11 #define IPPROTO_DCCP 33 macro
/external/strace/xlat/
Dinet_protocols.h39 #if defined(IPPROTO_DCCP) || (defined(HAVE_DECL_IPPROTO_DCCP) && HAVE_DECL_IPPROTO_DCCP)
40 XLAT(IPPROTO_DCCP),
Dinet_protocols.in12 IPPROTO_DCCP
/external/libnetfilter_conntrack/src/conntrack/
Dsnprintf.c26 [IPPROTO_DCCP] = "dccp",
Dcompare.c107 case IPPROTO_DCCP: in cmp_orig_l4proto()
228 case IPPROTO_DCCP: in cmp_repl_l4proto()
Dbuild_mnl.c59 case IPPROTO_DCCP: in nfct_build_tuple_proto()
186 case IPPROTO_DCCP: in nfct_build_protoinfo()
Dobjopt.c37 case IPPROTO_DCCP: in __autocomplete()
/external/iproute2/include/
Dxtables.h24 #ifndef IPPROTO_DCCP
25 #define IPPROTO_DCCP 33 macro
/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()
Dlibipt_MASQUERADE.c83 || entry->ip.proto == IPPROTO_DCCP in MASQUERADE_parse()
Dlibip6t_REDIRECT.c83 || entry->ipv6.proto == IPPROTO_DCCP in REDIRECT_parse()
Dlibipt_REDIRECT.c84 || entry->ip.proto == IPPROTO_DCCP in REDIRECT_parse()
Dlibip6t_DNAT.c156 entry->ipv6.proto == IPPROTO_DCCP || in DNAT_parse()
/external/selinux/checkpolicy/
Dcheckpolicy.c69 #ifndef IPPROTO_DCCP
70 #define IPPROTO_DCCP 33 macro
946 protocol = IPPROTO_DCCP; in main()

12