Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rport.c183 #define MAXTRANS 64 macro
184 static struct ttable transients [MAXTRANS];
194 if (++next >= &transients[MAXTRANS]) in add_transient()
205 for (p = transients; p->t_port && p < &transients[MAXTRANS]; p++) { in is_transient()
218 for (p = transients; p->t_port && p < &transients[MAXTRANS]; p++) { in del_transient()