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

  /src/sbin/ping/
ping.c 207 static int lastrcvd = 1; /* last ping sent has been received */ variable
765 (lastrcvd && (pingflags & F_FLOOD))) {
968 lastrcvd = 0;
1100 lastrcvd = 1;
1463 if (lastrcvd /* quit now if caught up */
  /src/sbin/ping6/
ping6.c 220 static int lastrcvd = 1; /* last ping sent has been received */ variable
954 (lastrcvd && (options & F_FLOOD))) {
1099 lastrcvd = 0;
1342 lastrcvd = 1;

Completed in 18 milliseconds