Home
last modified time | relevance | path

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

12

/external/tcpdump/
Dipproto.h67 #ifndef IPPROTO_DCCP
68 #define IPPROTO_DCCP 33 /* datagram congestion control protocol */ macro
Dipproto.c35 { IPPROTO_DCCP, "DCCP" },
Dprint-ip6.c149 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { in ip6_print()
193 case IPPROTO_DCCP: in ip6_print()
Dprint-dccp.c205 dccp_csum_coverage(dh, len), IPPROTO_DCCP); in dccp_cksum()
212 dccp_csum_coverage(dh, len), IPPROTO_DCCP); in dccp6_cksum()
Dprint-ip.c371 case IPPROTO_DCCP: in ip_print_demux()
645 ipds->nh != IPPROTO_SCTP && ipds->nh != IPPROTO_DCCP) { in ip_print()
/external/iproute2/include/linux/
Din.h48 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */ enumerator
49 #define IPPROTO_DCCP IPPROTO_DCCP macro
/external/kernel-headers/original/uapi/linux/
Din.h48 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */ enumerator
49 #define IPPROTO_DCCP IPPROTO_DCCP macro
/external/strace/xlat/
Dinet_protocols.h44 #if defined(IPPROTO_DCCP) || (defined(HAVE_DECL_IPPROTO_DCCP) && HAVE_DECL_IPPROTO_DCCP)
45 XLAT(IPPROTO_DCCP),
Dinet_protocols.in12 IPPROTO_DCCP
/external/netperf/src/
Dnetsh.h60 #ifndef IPPROTO_DCCP
62 #define IPPROTO_DCCP 33 /* defined by the IANA */ macro
Dnetsh.c532 #if defined(IPPROTO_DCCP) && defined(SOCK_DCCP) in parse_protocol()
535 return IPPROTO_DCCP; in parse_protocol()
/external/iproute2/ip/
Dxfrm.h34 #ifndef IPPROTO_DCCP
35 # define IPPROTO_DCCP 33 macro
Dipxfrm.c474 case IPPROTO_DCCP: in xfrm_selector_print()
1345 case IPPROTO_DCCP: in xfrm_selector_upspec_parse()
/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()
Dlibip6t_SNAT.c156 entry->ipv6.proto == IPPROTO_DCCP || in SNAT_parse()
Dlibipt_SNAT.c160 || entry->ip.proto == IPPROTO_DCCP in SNAT_parse()
Dlibipt_DNAT.c160 || entry->ip.proto == IPPROTO_DCCP in DNAT_parse()
Dlibxt_multiport.c77 case IPPROTO_DCCP: in proto_to_name()
/external/iproute2/examples/bpf/
Dbpf_prog.c241 case IPPROTO_DCCP: in flow_ports_offset()

12