t_ip_reass.c | 244 struct lopacket *packet1, *packet2, *packet3, *packet4; local in function:ATF_TC_BODY 252 packet1 = alloc_lopacket(addr, 16); 253 ip = &packet1->hdr; 276 write_lopacket(fd, packet1); 278 /* packet2 comes after packet1. */ 284 /* packet2 comes after packet1 and has MF set. */ 292 /* packet3 comes before packet1 but overlaps. */ 298 /* packet4 has the same offset as packet1 but is longer. */ 306 free_lopacket(packet1); 324 struct lopacket *packet1, *packet2 local in function:ATF_TC_BODY 381 struct lopacket *packet1, *packet2; local in function:ATF_TC_BODY [all...] |