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

  /src/sbin/ping/
ping.c 206 static int lastrcvd = 1; /* last ping sent has been received */ variable in typeref:typename:int
764 (lastrcvd && (pingflags & F_FLOOD))) {
967 lastrcvd = 0;
1099 lastrcvd = 1;
1462 if (lastrcvd /* quit now if caught up */
  /src/sbin/ping6/
ping6.c 220 static int lastrcvd = 1; /* last ping sent has been received */ variable in typeref:typename:int
954 (lastrcvd && (options & F_FLOOD))) {
1099 lastrcvd = 0;
1342 lastrcvd = 1;

Completed in 13 milliseconds