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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c61 static struct snoop_handler *snoop_hp; /* global alarm handler head */ variable in typeref:struct:snoop_handler
874 if (snoop_hp == NULL) {
875 snoop_hp = snoop_tp = (struct snoop_handler *)sh;
895 tp = (struct snoop_handler *)&snoop_hp;
896 for (hp = snoop_hp; hp; hp = next) {
902 if (tp == (struct snoop_handler *)&snoop_hp)
918 if (snoop_hp == NULL) {
988 for (hp = snoop_hp; hp; hp = hp->s_next) {
1006 for (hp = snoop_hp; hp; hp = hp->s_next) {

Completed in 46 milliseconds