Searched refs:snoop_handler (Results 1 - 2 of 2) 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 */
62 static struct snoop_handler *snoop_tp; /* global alarm handler tail */
854 volatile struct snoop_handler *sh = NULL;
855 volatile struct snoop_handler *hp, *tp, *next;
867 sh = malloc(sizeof (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;
895 tp = (struct snoop_handler *)&snoop_hp;
902 if (tp == (struct snoop_handler *)
[all...]
H A Dsnoop.h328 typedef struct snoop_handler { struct
329 struct snoop_handler *s_next; /* next alarm handler */

Completed in 61 milliseconds