Searched refs:snoop_nrecover (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c58 int snoop_nrecover; /* number of recoveries on curr pkt */ variable
833 snoop_nrecover = SNOOP_MAXRECOVER;
1016 snoop_nrecover++;
1027 * If an alarm handler has timed out, and snoop_nrecover has
1030 * If any other signal has occurred, and snoop_nrecover has
1041 snoop_nrecover = 0;
1044 if (snoop_nrecover >= SNOOP_MAXRECOVER) {
1048 snoop_nrecover = 0;
1053 } else if (snoop_nrecover >= SNOOP_MAXRECOVER) {
H A Dsnoop_capture.c332 extern int snoop_nrecover;
460 snoop_nrecover = 0; /* success */

Completed in 39 milliseconds