Searched refs:IPPROTO_DCCP (Results 1 – 22 of 22) sorted by relevance
/external/tcpdump/ |
D | ipproto.h | 69 #ifndef IPPROTO_DCCP 70 #define IPPROTO_DCCP 33 /* datagram congestion control protocol */ macro
|
D | ipproto.c | 39 { IPPROTO_DCCP, "DCCP" },
|
D | print-ip6.c | 151 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { in ip6_print() 195 case IPPROTO_DCCP: in ip6_print()
|
D | print-dccp.c | 77 dccp_csum_coverage(dh, len), IPPROTO_DCCP); in dccp_cksum() 84 dccp_csum_coverage(dh, len), IPPROTO_DCCP); in dccp6_cksum()
|
D | print-ip.c | 370 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/ |
D | in.h | 46 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */ enumerator 47 #define IPPROTO_DCCP IPPROTO_DCCP macro
|
/external/strace/xlat/ |
D | inet_protocols.h | 37 #if defined(IPPROTO_DCCP) || (defined(HAVE_DECL_IPPROTO_DCCP) && HAVE_DECL_IPPROTO_DCCP) 38 XLAT(IPPROTO_DCCP),
|
D | inet_protocols.in | 12 IPPROTO_DCCP
|
/external/iproute2/ip/ |
D | xfrm.h | 35 #ifndef IPPROTO_DCCP 36 # define IPPROTO_DCCP 33 macro
|
D | ipxfrm.c | 475 case IPPROTO_DCCP: in xfrm_selector_print() 1270 case IPPROTO_DCCP: in xfrm_selector_upspec_parse()
|
D | xfrm_policy.c | 76 fprintf(stderr, "%s", strxf_proto(IPPROTO_DCCP)); in usage()
|
D | xfrm_state.c | 100 fprintf(stderr, "%s", strxf_proto(IPPROTO_DCCP)); in usage()
|
/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 | libip6t_REDIRECT.c | 83 || entry->ipv6.proto == IPPROTO_DCCP in REDIRECT_parse()
|
D | libipt_MASQUERADE.c | 83 || entry->ip.proto == IPPROTO_DCCP in MASQUERADE_parse()
|
D | libipt_REDIRECT.c | 84 || entry->ip.proto == IPPROTO_DCCP in REDIRECT_parse()
|
D | libip6t_SNAT.c | 156 entry->ipv6.proto == IPPROTO_DCCP || in SNAT_parse()
|
D | libip6t_DNAT.c | 156 entry->ipv6.proto == IPPROTO_DCCP || in DNAT_parse()
|
D | libipt_DNAT.c | 160 || entry->ip.proto == IPPROTO_DCCP in DNAT_parse()
|
D | libipt_SNAT.c | 160 || entry->ip.proto == IPPROTO_DCCP in SNAT_parse()
|
D | libxt_multiport.c | 77 case IPPROTO_DCCP: in proto_to_name()
|