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

  /external/iptables/extensions/
.dccp-test 2 # True if dccp is applied.
3 [ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_dccp.h ] && echo dccp
libipt_dccp.man 6 \fB--dccp-types\fR [\fB!\fR] \fImask\fP
7 Match when the DCCP packet type is one of 'mask'. 'mask' is a comma-separated
11 \fB--dccp-option\fR [\fB!\fR\] \fInumber\fP
libipt_dccp.c 1 /* Shared library add-on to iptables for DCCP matching
16 #include <linux/dccp.h>
40 "DCCP match v%s options\n"
54 { .name = "dccp-types", .has_arg = 1, .flag = 0, .val = '3' },
55 { .name = "dccp-option", .has_arg = 1, .flag = 0, .val = '4' },
69 ports[0] = ports[1] = parse_port(buffer, "dccp");
75 ports[0] = buffer[0] ? parse_port(buffer, "dccp") : 0;
76 ports[1] = cp[0] ? parse_port(cp, "dccp") : 0xFFFF;
117 "Unknown DCCP type `%s'", ptr);
129 exit_error(PARAMETER_PROBLEM, "Bad DCCP option `%s'"
356 struct iptables_match dccp variable in typeref:struct:iptables_match
    [all...]
libipt_multiport.c 68 return "dccp";
147 "multiport only works with TCP, UDP, UDPLITE, SCTP and DCCP");
154 "`-p sctp' or `-p dccp'");
157 "multiport only works with TCP, UDP, UDPLITE, SCTP and DCCP");
libip6t_multiport.c 65 return "dccp";
146 "multiport needs `-p tcp', `-p udp', `-p sctp' or `-p dccp'");
149 "multiport only works with TCP, UDP, SCTP and DCCP");
  /external/tcpdump/
dccp.h 1 /* @(#) $Header: /tcpdump/master/tcpdump/dccp.h,v 1.1.2.4 2006/05/12 01:46:17 guy 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
ipproto.c 39 { IPPROTO_DCCP, "DCCP" },
print-dccp.c 12 "@(#) $Header: /tcpdump/master/tcpdump/print-dccp.c,v 1.1.2.6 2006/02/19 05:08:44 guy Exp $ (LBL)";
21 #include "dccp.h"
211 * dccp_print - show dccp packet
212 * @bp - beginning of dccp packet
239 printf("[Invalid packet|dccp]");
244 printf("truncated-dccp - %ld bytes missing!",
270 (void)printf("dccp [bad hdr length %u - too long, > %u]",
402 printf("[|dccp]");
531 printf("[|dccp]");
FILES 34 dccp.h
130 print-dccp.c
Android.mk 33 print-dccp.c\
INSTALL 75 dccp.h - DCCP definitions
150 print-dccp.c - DCCP printer routines
Makefile.in 73 print-chdlc.c print-cip.c print-cnfp.c print-dccp.c print-decnet.c \
101 HDR = addrtoname.h appletalk.h bootp.h cpack.h dccp.h decnet.h \
CHANGES 53 Add support for variable-length checksum in DCCP, as per section 9 of
108 Support for DCCP.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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 */
172 /* DCCP CCIDS */
178 /* DCCP features (RFC 4340 section 6.4) */
202 /* DCCP socket options */
sysctl.h 608 /* /proc/sys/net/dccp */
  /external/kernel-headers/original/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
83 * @dccph_resp_service - Echoes the Service Code on a received DCCP-Request
94 * @dccph_reset_service - Echoes the Service Code on a received DCCP-Request
151 /* DCCP options */
172 /* DCCP features */
192 /* DCCP socket options */
331 * struct dccp_minisock - Minimal DCCP connection representation
423 * struct dccp_sock - DCCP socket state
sysctl.h 586 /* /proc/sys/net/dccp */
591 /* /proc/sys/net/dccp/default */
  /external/iproute2/man/man8/
ss.8 72 .B \-d, \-\-dccp
73 Display only DCCP sockets.
  /external/iproute2/
ChangeLog 37 * Handle DCCP in ipxfrm.c to allow using port numbers in the selector.
130 * Integrate support for DCCP into 'ss' (from acme)
  /external/iproute2/misc/
ss.c     [all...]

Completed in 4668 milliseconds