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

12 3 4

  /external/selinux/secilc/docs/
cil_network_labeling_statements.md 158 Label a udp, tcp or dccp port.
178 <td align="left"><p>The protocol keyword <code>tcp</code>, <code>udp</code> or <code>dccp</code>.</p></td>
202 (portcon dccp (6840 6880) (unconfined.user object_r unconfined.object ((s0) level_2)))
  /external/iproute2/man/man8/
ss.8 293 .B \-d, \-\-dccp
294 Display DCCP sockets.
312 unix_stream, unix_seqpacket, packet_raw, packet_dgram, dccp, sctp.
ip-xfrm.8 166 .RB "{ " tcp " | " udp " | " sctp " | " dccp " } [ " sport
292 .RB "{ " tcp " | " udp " | " sctp " | " dccp " } [ " sport
517 .BR tcp ", " udp ", " sctp ", or " dccp
561 .BR tcp ", " udp ", " sctp ", or " dccp
  /external/libnetfilter_conntrack/src/conntrack/
getter.c 324 return &ct->protoinfo.dccp.state;
329 return &ct->protoinfo.dccp.role;
334 return &ct->protoinfo.dccp.handshake_seq;
build.c 194 &ct->protoinfo.dccp.state,
199 &ct->protoinfo.dccp.role,
206 __be64_to_cpu(ct->protoinfo.dccp.handshake_seq);
build_mnl.c 197 ct->protoinfo.dccp.state);
201 ct->protoinfo.dccp.role);
205 be64toh(ct->protoinfo.dccp.handshake_seq);
parse.c 287 ct->protoinfo.dccp.state =
292 ct->protoinfo.dccp.role =
301 ct->protoinfo.dccp.handshake_seq = __be64_to_cpu(tmp);
setter.c 399 ct->protoinfo.dccp.state = *((uint8_t *) value);
405 ct->protoinfo.dccp.role = *((uint8_t *) value);
412 ct->protoinfo.dccp.handshake_seq = *((uint64_t *) value);
compare.c 376 return (ct1->protoinfo.dccp.state == ct2->protoinfo.dccp.state);
snprintf_default.c 64 ct->protoinfo.dccp.state < DCCP_CONNTRACK_MAX ?
65 sctp_states[ct->protoinfo.dccp.state] :
  /external/iptables/
config.h 13 /* Define to 1 if you have the <linux/dccp.h> header file. */
configure.ac 96 AC_CHECK_HEADERS([linux/dccp.h linux/ip_vs.h linux/magic.h linux/proc_fs.h linux/bpf.h])
98 blacklist_modules="$blacklist_modules dccp";
  /external/iptables/extensions/
libxt_multiport.c 78 return "dccp";
149 "multiport only works with TCP, UDP, UDPLITE, SCTP and DCCP");
156 "`-p sctp' or `-p dccp'");
159 "multiport only works with TCP, UDP, UDPLITE, SCTP and 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");
libipt_REDIRECT.c 95 "Need TCP, UDP, SCTP or DCCP with port specification");
libip6t_DNAT.c 80 "Need TCP, UDP, SCTP or DCCP with port specification");
libip6t_SNAT.c 83 "Need TCP, UDP, SCTP or DCCP with port specification");
  /external/ltp/testscripts/
network.sh 38 echo " -D IPsec DCCP stress tests"
  /external/ltp/testcases/network/netstress/
netstress.c 24 #include <linux/dccp.h>
37 #include "lapi/dccp.h"
705 else if (!strcmp(type, "dccp"))
808 tst_res(TINFO, "DCCP %s", (client_mode) ? "client" : "server");
838 {"T:", &type, "-T x tcp (default), udp, dccp, sctp\n"},
  /external/tcpdump/
ipproto.c 34 { IPPROTO_DCCP, "DCCP" },
100 "dccp", /* 33 (IPPROTO_DCCP, Datagram Congestion
Android.mk 51 print-dccp.c \
  /external/selinux/libsepol/src/
port_record.c 188 return "dccp";
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
dcbnl.h 147 * 3 Well known port number over UDP or DCCP
148 * 4 Well known port number over TCP, SCTP, UDP, or DCCP

Completed in 607 milliseconds

12 3 4