Searched refs:cwr (Results 1 – 14 of 14) sorted by relevance
/external/iptables/extensions/ |
D | libxt_ecn.t | 2 -m ecn --ecn-tcp-cwr;;FAIL 3 -p tcp -m ecn --ecn-tcp-cwr;=;OK 4 -p tcp -m ecn --ecn-tcp-ece --ecn-tcp-cwr --ecn-ip-ect 2;=;OK 5 -p tcp -m ecn ! --ecn-tcp-ece ! --ecn-tcp-cwr ! --ecn-ip-ect 2;=;OK
|
D | libipt_ECN.c | 58 einfo->proto.tcp.cwr = 0; in ECN_parse() 62 einfo->proto.tcp.cwr = cb->val.u8; in ECN_parse() 92 && einfo->proto.tcp.cwr == 0) in ECN_print() 99 printf(" CWR=%u", einfo->proto.tcp.cwr); in ECN_print() 113 && einfo->proto.tcp.cwr == 0) in ECN_save() 121 printf(" --ecn-tcp-cwr %d", einfo->proto.tcp.cwr); in ECN_save()
|
D | libxt_ecn.man | 3 [\fB!\fP] \fB\-\-ecn\-tcp\-cwr\fP
|
/external/python/cpython2/Lib/test/ |
D | test_itertools.py | 151 cwr = combinations_with_replacement 152 self.assertRaises(TypeError, cwr, 'abc') # missing r argument 153 self.assertRaises(TypeError, cwr, 'abc', 2, 1) # too many arguments 154 self.assertRaises(TypeError, cwr, None) # pool is not iterable 155 self.assertRaises(ValueError, cwr, 'abc', -2) # r is negative 156 self.assertEqual(list(cwr('ABC', 2)), 193 result = list(cwr(values, r)) 223 cwr = combinations_with_replacement 224 self.assertEqual(len(set(map(id, cwr('abcde', 3)))), 1) 225 self.assertNotEqual(len(set(map(id, list(cwr('abcde', 3))))), 1) [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_itertools.py | 291 cwr = combinations_with_replacement 292 self.assertRaises(TypeError, cwr, 'abc') # missing r argument 293 self.assertRaises(TypeError, cwr, 'abc', 2, 1) # too many arguments 294 self.assertRaises(TypeError, cwr, None) # pool is not iterable 295 self.assertRaises(ValueError, cwr, 'abc', -2) # r is negative 298 self.assertEqual(list(op(cwr('ABC', 2))), 300 testIntermediate = cwr('ABC', 2) 340 result = list(cwr(values, r)) 364 self.pickletest(proto, cwr(values,r)) # test pickling 374 cwr = combinations_with_replacement [all …]
|
/external/iproute2/include/uapi/linux/ |
D | tcp.h | 40 cwr:1; member 44 cwr:1, member
|
/external/kernel-headers/original/uapi/linux/ |
D | tcp.h | 40 cwr:1; member 44 cwr:1, member
|
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/ |
D | ipt_ECN.h | 29 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
|
/external/iptables/include/linux/netfilter_ipv4/ |
D | ipt_ECN.h | 28 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
|
/external/libnl/lib/idiag/ |
D | idiag.c | 188 __ADD(TCP_CA_CWR, cwr)
|
/external/android-clat/ |
D | dump.c | 185 printf("CWR = %x\n", tcp->cwr); in dump_tcp_generic()
|
/external/libpcap/ |
D | scanner.l | 483 tcp-cwr { yylval->i = 0x80; return NUM; }
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 37e0841f60e0275224be1eec862c3fb8.00006665.honggfuzz.cov | 69 =��Պq�����|cwr�y�_�x�3�)1�bB�z��l��u]��ܞvw�;� �b=�9s9��s*Y�܍�;�?|*P��s�a
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 37e0841f60e0275224be1eec862c3fb8.00006665.honggfuzz.cov | 69 =��Պq�����|cwr�y�_�x�3�)1�bB�z��l��u]��ܞvw�;� �b=�9s9��s*Y�܍�;�?|*P��s�a
|