HomeSort by relevance Sort by last modified time
    Searched full:dccp (Results 1 - 25 of 50) sorted by null

1 2

  /external/iptables/extensions/
libxt_dccp.man 6 [\fB!\fP] \fB\-\-dccp\-types\fP \fImask\fP
7 Match when the DCCP packet type is one of 'mask'. 'mask' is a comma-separated
11 [\fB!\fP] \fB\-\-dccp\-option\fP \fInumber\fP
12 Match if DCCP option set.
libxt_dccp.c 1 /* Shared library add-on to iptables for DCCP matching
15 #include <linux/dccp.h>
36 "dccp match options\n"
41 "[!] --dccp-types type[,...] match when packet is one of the given types\n"
42 "[!] --dccp-option option match if option (by number!) is set\n"
56 {.name = "dccp-types", .id = O_DCCP_TYPES, .type = XTTYPE_STRING,
58 {.name = "dccp-option", .id = O_DCCP_OPTION, .type = XTTYPE_UINT8,
96 "Unknown DCCP type `%s'", ptr);
138 if ((service = getservbyport(htons(port), "dccp")))
216 printf(" dccp");
    [all...]
Android.mk 12 MY_pfx_build_mod := $(filter-out ${MY_excluded_modules} dccp ipvs,${MY_pfx_build_mod})
13 MY_pf4_build_mod := $(filter-out ${MY_excluded_modules} dccp ipvs,${MY_pf4_build_mod})
14 MY_pf6_build_mod := $(filter-out ${MY_excluded_modules} dccp ipvs,${MY_pf6_build_mod})
libxt_HMARK.man 15 meaning source port (TCP, UDP, UDPlite, SCTP, DCCP),
17 meaning destination port (TCP, UDP, UDPlite, SCTP, DCCP),
libip6t_MASQUERADE.c 93 "Need TCP, UDP, SCTP or DCCP with port specification");
libip6t_REDIRECT.c 94 "Need TCP, UDP, SCTP or DCCP with port specification");
libipt_MASQUERADE.c 94 "Need TCP, UDP, SCTP or DCCP with port specification");
libxt_multiport.c 78 return "dccp";
151 "multiport only works with TCP, UDP, UDPLITE, SCTP and DCCP");
158 "`-p sctp' or `-p dccp'");
161 "multiport only works with TCP, UDP, UDPLITE, SCTP and DCCP");
  /external/iptables/include/linux/netfilter/
nf_conntrack_tuple_common.h 28 } dccp; member in union:nf_conntrack_man_proto
  /external/kernel-headers/original/uapi/linux/netfilter/
nf_conntrack_tuple_common.h 28 } dccp; member in union:nf_conntrack_man_proto
  /external/kernel-headers/original/uapi/linux/
dccp.h 8 * struct dccp_hdr - generic part of DCCP packet header
12 * @dccph_doff - Data Offset from the start of the DCCP header, in 32-bit words
81 * @dccph_resp_service - Echoes the Service Code on a received DCCP-Request
151 /* DCCP options */
173 /* maximum size of a single TLV-encoded DCCP option (sans type/len bytes) */
176 /* DCCP CCIDS */
182 /* DCCP features (RFC 4340 section 6.4) */
200 /* DCCP socket control message types for cmsg */
208 /* DCCP priorities for outgoing/queued packets */
215 /* DCCP socket options *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
dccp.h 8 * struct dccp_hdr - generic part of DCCP packet header
12 * @dccph_doff - Data Offset from the start of the DCCP header, in 32-bit words
81 * @dccph_resp_service - Echoes the Service Code on a received DCCP-Request
151 /* DCCP options */
171 /* maximum size of a single TLV-encoded DCCP option (sans type/len bytes) */
174 /* DCCP CCIDS */
180 /* DCCP features (RFC 4340 section 6.4) */
198 /* DCCP socket options */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
dccp.h 8 * struct dccp_hdr - generic part of DCCP packet header
12 * @dccph_doff - Data Offset from the start of the DCCP header, in 32-bit words
81 * @dccph_resp_service - Echoes the Service Code on a received DCCP-Request
151 /* DCCP options */
171 /* maximum size of a single TLV-encoded DCCP option (sans type/len bytes) */
174 /* DCCP CCIDS */
180 /* DCCP features (RFC 4340 section 6.4) */
198 /* DCCP socket options */
  /external/tcpdump/
dccp.h 1 /* @(#) $Header: /tcpdump/master/tcpdump/dccp.h,v 1.5 2006-11-02 09:05:23 hannes Exp $ (LBL) */
15 * struct dccp_hdr - generic part of DCCP packet header
19 * @dccph_doff - Data Offset from the start of the DCCP header, in 32-bit words
82 * @dccph_resp_service - Echoes the Service Code on a received DCCP-Request
101 * @dccph_reset_service - Echoes the Service Code on a received DCCP-Request
print-dccp.c 12 "@(#) $Header: /tcpdump/master/tcpdump/print-dccp.c,v 1.8 2007-11-09 00:44:09 guy Exp $ (LBL)";
21 #include "dccp.h"
163 * dccp_print - show dccp packet
164 * @bp - beginning of dccp packet
191 printf("[Invalid packet|dccp]");
196 printf("truncated-dccp - %ld bytes missing!",
222 (void)printf("dccp [bad hdr length %u - too long, > %u]",
343 printf("[|dccp]");
462 printf("[|dccp]");
ipproto.c 39 { IPPROTO_DCCP, "DCCP" },
INSTALL.txt 75 dccp.h - DCCP definitions
151 print-dccp.c - DCCP printer routines
  /bionic/libc/kernel/uapi/linux/netfilter/
nf_conntrack_tuple_common.h 44 } dccp; member in union:nf_conntrack_man_proto
  /development/ndk/platforms/android-L/include/linux/netfilter/
nf_conntrack_tuple_common.h 44 } dccp; member in union:nf_conntrack_man_proto
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/netfilter/
nf_conntrack_tuple_common.h 44 } dccp; member in union:nf_conntrack_man_proto
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/netfilter/
nf_conntrack_tuple_common.h 44 } dccp; member in union:nf_conntrack_man_proto
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/netfilter/
nf_conntrack_tuple_common.h 44 } dccp; member in union:nf_conntrack_man_proto
  /external/iptables/
config.h 13 /* Define to 1 if you have the <linux/dccp.h> header file. */
configure.ac 77 AC_CHECK_HEADERS([linux/dccp.h linux/ip_vs.h linux/magic.h linux/proc_fs.h])
79 blacklist_modules="$blacklist_modules dccp";
  /external/iproute2/man/man8/
ss.8 75 .B \-d, \-\-dccp
76 Display DCCP sockets.

Completed in 1312 milliseconds

1 2