HomeSort by: relevance | last modified time | path
    Searched defs:packet1 (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/net/net/
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...]

Completed in 13 milliseconds