/external/ltp/include/lapi/ |
D | netinet_in.h | 23 #ifndef IPPROTO_DCCP 24 #define IPPROTO_DCCP 33 macro
|
/external/tcpdump/ |
D | ipproto.h | 68 #ifndef IPPROTO_DCCP 69 #define IPPROTO_DCCP 33 /* datagram congestion control protocol */ macro
|
D | print-ip6.c | 290 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { in ip6_print() 341 case IPPROTO_DCCP: in ip6_print()
|
D | ipproto.c | 34 { IPPROTO_DCCP, "DCCP" },
|
D | print-dccp.c | 204 dccp_csum_coverage(dh, len), IPPROTO_DCCP); in dccp_cksum() 211 dccp_csum_coverage(dh, len), IPPROTO_DCCP); in dccp6_cksum()
|
D | print-ip.c | 390 case IPPROTO_DCCP: in ip_print_demux() 668 ipds->nh != IPPROTO_SCTP && ipds->nh != IPPROTO_DCCP) { in ip_print()
|
/external/libnetfilter_conntrack/include/internal/ |
D | internal.h | 39 #ifndef IPPROTO_DCCP 40 #define IPPROTO_DCCP 33 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | in.h | 49 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */ enumerator 50 #define IPPROTO_DCCP IPPROTO_DCCP macro
|
/external/iproute2/include/uapi/linux/ |
D | in.h | 49 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */ enumerator 50 #define IPPROTO_DCCP IPPROTO_DCCP macro
|
/external/selinux/libsepol/src/ |
D | ports.c | 2 #ifndef IPPROTO_DCCP 3 #define IPPROTO_DCCP 33 macro 23 return IPPROTO_DCCP; in sepol2ipproto() 38 case IPPROTO_DCCP: in ipproto2sepol()
|
D | kernel_to_common.c | 10 #ifndef IPPROTO_DCCP 11 #define IPPROTO_DCCP 33 macro
|
/external/strace/xlat/ |
D | inet_protocols.h | 39 #if defined(IPPROTO_DCCP) || (defined(HAVE_DECL_IPPROTO_DCCP) && HAVE_DECL_IPPROTO_DCCP) 40 XLAT(IPPROTO_DCCP),
|
D | inet_protocols.in | 12 IPPROTO_DCCP
|
/external/libnetfilter_conntrack/src/conntrack/ |
D | snprintf.c | 26 [IPPROTO_DCCP] = "dccp",
|
D | compare.c | 107 case IPPROTO_DCCP: in cmp_orig_l4proto() 228 case IPPROTO_DCCP: in cmp_repl_l4proto()
|
D | build_mnl.c | 59 case IPPROTO_DCCP: in nfct_build_tuple_proto() 186 case IPPROTO_DCCP: in nfct_build_protoinfo()
|
D | objopt.c | 37 case IPPROTO_DCCP: in __autocomplete()
|
/external/iproute2/include/ |
D | xtables.h | 24 #ifndef IPPROTO_DCCP 25 #define IPPROTO_DCCP 33 macro
|
/external/iptables/include/ |
D | xtables.h | 24 #ifndef IPPROTO_DCCP 25 #define IPPROTO_DCCP 33 macro
|
/external/iptables/extensions/ |
D | libip6t_MASQUERADE.c | 82 entry->ipv6.proto == IPPROTO_DCCP || in MASQUERADE_parse()
|
D | libipt_MASQUERADE.c | 83 || entry->ip.proto == IPPROTO_DCCP in MASQUERADE_parse()
|
D | libip6t_REDIRECT.c | 83 || entry->ipv6.proto == IPPROTO_DCCP in REDIRECT_parse()
|
D | libipt_REDIRECT.c | 84 || entry->ip.proto == IPPROTO_DCCP in REDIRECT_parse()
|
D | libip6t_DNAT.c | 156 entry->ipv6.proto == IPPROTO_DCCP || in DNAT_parse()
|
/external/selinux/checkpolicy/ |
D | checkpolicy.c | 69 #ifndef IPPROTO_DCCP 70 #define IPPROTO_DCCP 33 macro 946 protocol = IPPROTO_DCCP; in main()
|