Home
last modified time | relevance | path

Searched refs:snoop_tp (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c62 static struct snoop_handler *snoop_tp; /* global alarm handler tail */ variable
871 snoop_hp = snoop_tp = (struct snoop_handler *)sh; in snoop_alarm()
876 snoop_tp->s_next = (struct snoop_handler *)sh; in snoop_alarm()
877 snoop_tp = (struct snoop_handler *)sh; in snoop_alarm()
897 if (snoop_tp == hp) { in snoop_alarm()
899 snoop_tp = NULL; in snoop_alarm()
901 snoop_tp = (struct snoop_handler *)tp; in snoop_alarm()