Home
last modified time | relevance | path

Searched refs:dccp (Results 1 – 25 of 34) sorted by relevance

12

/external/iptables/extensions/
Dlibxt_dccp.t2 -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 …]
Dlibxt_dccp.txlate1 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 …]
Dlibxt_dccp.man6 [\fB!\fP] \fB\-\-dccp\-types\fP \fImask\fP
11 [\fB!\fP] \fB\-\-dccp\-option\fP \fInumber\fP
Dlibxt_multiport.t10 -p dccp -m multiport --sports 53,1024:65535;=;OK
11 -p dccp -m multiport --dports 53,1024:65535;=;OK
/external/libnetfilter_conntrack/include/internal/
Dobject.h76 } dccp; member
96 } dccp; member
138 } dccp; member
/external/libnetfilter_conntrack/src/conntrack/
Dcopy.c272 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()
Dgetter.c324 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()
Dparse.c287 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()
Dsetter.c399 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()
Dbuild_mnl.c197 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()
Dcompare.c376 return (ct1->protoinfo.dccp.state == ct2->protoinfo.dccp.state); in cmp_dccp_state()
Dparse_mnl.c462 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()
Dbuild.c194 &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()
Dsnprintf_default.c64 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/
Ddccp_ipsec_vti.sh19 tst_netload -H $ip_rmt_tun -T dccp $opts -r $IPSEC_REQUESTS -D $tst_vti
Ddccp_ipsec.sh19 tst_netload -H $(tst_ipaddr rhost) -T dccp $opts -r $IPSEC_REQUESTS
/external/iptables/include/linux/netfilter/
Dnf_conntrack_tuple_common.h28 } dccp; member
/external/kernel-headers/original/uapi/linux/netfilter/
Dnf_conntrack_tuple_common.h35 } dccp; member
/external/ltp/testcases/network/dccp/
Ddccp01.sh32 tst_netload -H $(tst_ipaddr rhost) -T dccp
/external/selinux/secilc/docs/
Dcil_network_labeling_statements.md158 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/
Dconfigure.ac92 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/
DGNUmakefile161 ../../print-dccp.o \
/external/ltp/
Dconfigure.ac41 linux/dccp.h \
/external/tcpdump/
DAndroid.bp81 "print-dccp.c",
/external/arm-optimized-routines/math/test/traces/
Dsincosf.txt1303 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 …]

12