Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c65 static struct snoop_handler *snoop_tp; /* global alarm handler tail */ variable
923 snoop_hp = snoop_tp = (struct snoop_handler *)sh; in snoop_alarm()
928 snoop_tp->s_next = (struct snoop_handler *)sh; in snoop_alarm()
929 snoop_tp = (struct snoop_handler *)sh; in snoop_alarm()
949 if (snoop_tp == hp) { in snoop_alarm()
951 snoop_tp = NULL; in snoop_alarm()
953 snoop_tp = (struct snoop_handler *)tp; in snoop_alarm()