Lines Matching defs:seq
80 uint32_t seq;
110 static void send_probe4(int seq, int ttl)
118 send_data4->seq = seq;
120 ((struct sockaddr_in *)&dest)->sin_port = TT.port + seq;
125 send_icmp4->icmp_seq = htons(seq);
142 static void send_probe6(int seq, int ttl)
147 send_data6->seq = seq;
199 int seq, fexit, ttl, tv = TT.wait_time * 1000;
216 for (probe = 0, seq = 0; probe < TT.ttl_probes; ++probe) {
223 if (!TT.istraceroute6) send_probe4(++seq, ttl);
224 else send_probe6(++seq, ttl);
274 && hudp->dest == (TT.port + seq))
281 && ricmp->icmp_seq == ntohs(seq))
287 && hicmp->icmp_seq == htons(seq))
402 if ((pkt->ident == TT.ident) && (pkt->seq == seq))