• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1broken_ip4-version
2	Verify that the kernel is not crashed with receiving a large number of
3	IPv4 packets that have wrong value in version field
4
5broken_ip4-ihl
6	Verify that the kernel is not crashed with receiving a large number of
7	IPv4 packets that have wrong value in the header length field
8
9broken_ip4-totlen
10	Verify that the kernel is not crashed with receiving a large number of
11	IPv4 packets that have wrong value in the total length field
12
13broken_ip4-fragment
14	Verify that the kernel is not crashed with receiving a large number of
15	IPv4 packets that have wrong fragment information
16
17broken_ip4-protcol
18	Verify that the kernel is not crashed with receiving a large number of
19	IPv4 packets that have wrong value in the protocol field
20
21broken_ip4-checksum
22	Verify that the kernel is not crashed with receiving a large number of
23	IPv4 packets that have wrong value in the checksum field
24
25broken_ip4-dstaddr
26	Verify that the kernel is not crashed with receiving a large number of
27	IPv4 packets whose destination address is wrong
28	(destination MAC address is corrct)
29
30broken_ip6-version
31	Verify that the kernel is not crashed with receiving a large number of
32	IPv6 packets that have wrong value in version field
33
34broken_ip6-plen
35	Verify that the kernel is not crashed with receiving a large number of
36	IPv6 packets that have wrong value in the payload length field
37
38broken_ip6-nexthdr
39	Verify that the kernel is not crashed with receiving a large number of
40	IPv6 packets that have wrong value in the next header field
41
42broken_ip6-dstaddr
43	Verify that the kernel is not crashed with receiving a large number of
44	IPv6 packets whose destination address is wrong (destination MAC
45	address is correct)
46