Home
last modified time | relevance | path

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

123

/external/ltp/include/lapi/
Dnetinet_in.h23 #ifndef IPPROTO_DCCP
24 #define IPPROTO_DCCP 33 macro
/external/strace/xlat/
Dinet_protocols.h76 #if defined(IPPROTO_DCCP) || (defined(HAVE_DECL_IPPROTO_DCCP) && HAVE_DECL_IPPROTO_DCCP)
78 static_assert((IPPROTO_DCCP) == (33), "IPPROTO_DCCP != 33");
81 # define IPPROTO_DCCP 33
254 XLAT(IPPROTO_DCCP),
Dinet_protocols.in12 IPPROTO_DCCP 33
/external/libnetfilter_conntrack/include/internal/
Dinternal.h39 #ifndef IPPROTO_DCCP
40 #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/iproute2/include/uapi/linux/
Din.h49 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */ enumerator
50 #define IPPROTO_DCCP IPPROTO_DCCP macro
/external/libnl/include/linux-private/linux/
Din.h49 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */ enumerator
50 #define IPPROTO_DCCP IPPROTO_DCCP 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/selinux/libsepol/src/
Dports.c2 #ifndef IPPROTO_DCCP
3 #define IPPROTO_DCCP 33 macro
26 return IPPROTO_DCCP; in sepol2ipproto()
43 case IPPROTO_DCCP: in ipproto2sepol()
Dkernel_to_common.c10 #ifndef IPPROTO_DCCP
11 #define IPPROTO_DCCP 33 macro
/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()
/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.c86 entry->ipv6.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()
Dlibipt_MASQUERADE.c87 || entry->ip.proto == IPPROTO_DCCP in MASQUERADE_parse()
Dlibipt_DNAT.c169 || entry->ip.proto == IPPROTO_DCCP in DNAT_parse()
404 || entry->ip.proto == IPPROTO_DCCP in DNAT_parse_v2()
/external/strace/
Dsocketutils.c470 { "DCCP", inet_get, AF_INET, IPPROTO_DCCP },
486 { "DCCPv6", inet_get, AF_INET6, IPPROTO_DCCP },
/external/selinux/checkpolicy/
Dcheckpolicy.c69 #ifndef IPPROTO_DCCP
70 #define IPPROTO_DCCP 33 macro
968 protocol = IPPROTO_DCCP; in main()

123