Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c219 #define MAXSS 64 macro
545 uint_t stack[MAXSS]; /* operand stack */ in want_packet()
558 uchar_t *offstack[MAXSS]; /* offset stack */ in want_packet()
622 if (sp >= &stack[MAXSS]) in want_packet()
627 if (sp >= &stack[MAXSS]) in want_packet()
739 if (offp >= &offstack[MAXSS]) in want_packet()
745 if (offp >= &offstack[MAXSS]) in want_packet()
759 if (offp >= &offstack[MAXSS]) in want_packet()
772 if (offp >= &offstack[MAXSS]) in want_packet()
786 if (offp >= &offstack[MAXSS]) in want_packet()
[all …]