Home | History | Annotate | Download | only in iputils

Lines Matching refs:seq

295 		  struct in6_addr *to, int seq, struct timeval *);
296 void send_probe(int seq, int ttl);
327 __u32 seq;
343 int ch, i, on, probe, seq, tos, ttl;
369 seq = tos = 0;
606 send_probe(++seq, ttl);
611 if ((i = packet_ok(packet, cc, &from, &to, seq, &t1))) {
726 void send_probe(int seq, int ttl)
732 pkt->seq = htonl(seq);
825 struct in6_addr *to, int seq,
858 ntohl(pkt->seq) == seq)