Searched defs:snoop_tp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c62 static struct snoop_handler *snoop_tp; /* global alarm handler tail */ variable in typeref:struct:snoop_handler
875 snoop_hp = snoop_tp = (struct snoop_handler *)sh;
880 snoop_tp->s_next = (struct snoop_handler *)sh;
881 snoop_tp = (struct snoop_handler *)sh;
901 if (snoop_tp == hp) {
903 snoop_tp = NULL;
905 snoop_tp = (struct snoop_handler *)tp;

Completed in 58 milliseconds