/external/iptables/extensions/ |
D | libxt_dccp.t | 2 -p dccp -m dccp --sport 1;=;OK 3 -p dccp -m dccp --sport 65535;=;OK 4 -p dccp -m dccp --dport 1;=;OK 5 -p dccp -m dccp --dport 65535;=;OK 6 -p dccp -m dccp --sport 1:1023;=;OK 7 -p dccp -m dccp --sport 1024:65535;=;OK 8 -p dccp -m dccp --sport 1024:;-p dccp -m dccp --sport 1024:65535;OK 9 -p dccp -m dccp ! --sport 1;=;OK 10 -p dccp -m dccp ! --sport 65535;=;OK 11 -p dccp -m dccp ! --dport 1;=;OK [all …]
|
D | libxt_dccp.txlate | 1 iptables-translate -A INPUT -p dccp -m dccp --sport 100 2 nft add rule ip filter INPUT dccp sport 100 counter 4 iptables-translate -A INPUT -p dccp -m dccp --dport 100:200 5 nft add rule ip filter INPUT dccp dport 100-200 counter 7 iptables-translate -A INPUT -p dccp -m dccp ! --dport 100 8 nft add rule ip filter INPUT dccp dport != 100 counter 10 iptables-translate -A INPUT -p dccp -m dccp --dccp-types CLOSE 11 nft add rule ip filter INPUT dccp type close counter 13 iptables-translate -A INPUT -p dccp -m dccp --dccp-types INVALID 14 nft add rule ip filter INPUT dccp type 10-15 counter [all …]
|
D | libxt_dccp.man | 6 [\fB!\fP] \fB\-\-dccp\-types\fP \fImask\fP 11 [\fB!\fP] \fB\-\-dccp\-option\fP \fInumber\fP
|
D | libxt_multiport.t | 10 -p dccp -m multiport --sports 53,1024:65535;=;OK 11 -p dccp -m multiport --dports 53,1024:65535;=;OK
|
/external/libnetfilter_conntrack/include/internal/ |
D | object.h | 76 } dccp; member 96 } dccp; member 138 } dccp; member
|
/external/libnetfilter_conntrack/src/conntrack/ |
D | copy.c | 272 dest->protoinfo.dccp.state = orig->protoinfo.dccp.state; in copy_attr_dccp_state() 278 dest->protoinfo.dccp.role = orig->protoinfo.dccp.role; in copy_attr_dccp_role() 284 dest->protoinfo.dccp.handshake_seq = orig->protoinfo.dccp.handshake_seq; in copy_attr_dccp_handshake_seq()
|
D | getter.c | 324 return &ct->protoinfo.dccp.state; in get_attr_dccp_state() 329 return &ct->protoinfo.dccp.role; in get_attr_dccp_role() 334 return &ct->protoinfo.dccp.handshake_seq; in get_attr_dccp_handshake_seq()
|
D | parse.c | 287 ct->protoinfo.dccp.state = in __parse_protoinfo_dccp() 292 ct->protoinfo.dccp.role = in __parse_protoinfo_dccp() 301 ct->protoinfo.dccp.handshake_seq = __be64_to_cpu(tmp); in __parse_protoinfo_dccp()
|
D | setter.c | 399 ct->protoinfo.dccp.state = *((uint8_t *) value); in set_attr_dccp_state() 405 ct->protoinfo.dccp.role = *((uint8_t *) value); in set_attr_dccp_role() 412 ct->protoinfo.dccp.handshake_seq = *((uint64_t *) value); in set_attr_dccp_handshake_seq()
|
D | build_mnl.c | 197 ct->protoinfo.dccp.state); in nfct_build_protoinfo() 201 ct->protoinfo.dccp.role); in nfct_build_protoinfo() 205 be64toh(ct->protoinfo.dccp.handshake_seq); in nfct_build_protoinfo()
|
D | compare.c | 376 return (ct1->protoinfo.dccp.state == ct2->protoinfo.dccp.state); in cmp_dccp_state()
|
D | parse_mnl.c | 462 ct->protoinfo.dccp.state = mnl_attr_get_u8(tb[CTA_PROTOINFO_DCCP_STATE]); in nfct_parse_protoinfo_dccp() 466 ct->protoinfo.dccp.role = mnl_attr_get_u8(tb[CTA_PROTOINFO_DCCP_ROLE]); in nfct_parse_protoinfo_dccp() 470 ct->protoinfo.dccp.handshake_seq = be64toh( in nfct_parse_protoinfo_dccp()
|
D | build.c | 194 &ct->protoinfo.dccp.state, in __build_protoinfo() 199 &ct->protoinfo.dccp.role, in __build_protoinfo() 206 __be64_to_cpu(ct->protoinfo.dccp.handshake_seq); in __build_protoinfo()
|
D | snprintf_default.c | 64 ct->protoinfo.dccp.state < DCCP_CONNTRACK_MAX ? in __snprintf_protoinfo_dccp() 65 sctp_states[ct->protoinfo.dccp.state] : in __snprintf_protoinfo_dccp()
|
/external/ltp/testcases/network/stress/dccp/ |
D | dccp_ipsec_vti.sh | 19 tst_netload -H $ip_rmt_tun -T dccp $opts -r $IPSEC_REQUESTS -D $tst_vti
|
D | dccp_ipsec.sh | 19 tst_netload -H $(tst_ipaddr rhost) -T dccp $opts -r $IPSEC_REQUESTS
|
/external/iptables/include/linux/netfilter/ |
D | nf_conntrack_tuple_common.h | 28 } dccp; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | nf_conntrack_tuple_common.h | 35 } dccp; member
|
/external/ltp/testcases/network/dccp/ |
D | dccp01.sh | 32 tst_netload -H $(tst_ipaddr rhost) -T dccp
|
/external/selinux/secilc/docs/ |
D | cil_network_labeling_statements.md | 158 Label a udp, tcp, dccp or sctp port. 178 <td align="left"><p>The protocol keyword <code>tcp</code>, <code>udp</code>, <code>dccp</code> or <… 202 (portcon dccp (6840 6880) (unconfined.user object_r unconfined.object ((s0) level_2)))
|
/external/iptables/ |
D | configure.ac | 92 AC_CHECK_HEADERS([linux/dccp.h linux/ip_vs.h linux/magic.h linux/proc_fs.h linux/bpf.h]) 94 blacklist_modules="$blacklist_modules dccp";
|
/external/tcpdump/win32/prj/ |
D | GNUmakefile | 161 ../../print-dccp.o \
|
/external/ltp/ |
D | configure.ac | 41 linux/dccp.h \
|
/external/tcpdump/ |
D | Android.bp | 81 "print-dccp.c",
|
/external/arm-optimized-routines/math/test/traces/ |
D | sincosf.txt | 1303 0x1.839dccp-32 1314 0x1.839dccp-32 1325 0x1.839dccp-32 1336 0x1.839dccp-32 1347 0x1.839dccp-32 1358 0x1.839dccp-32 1369 0x1.839dccp-32 1380 0x1.839dccp-32 1391 0x1.839dccp-32 1402 0x1.839dccp-32 [all …]
|