Searched refs:ttabp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rport.c322 struct ttable *ttabp; local
336 ttabp = is_transient(src);
337 if (ttabp) {
338 (ttabp->t_proc)(flags, data, dlen);
341 ttabp = is_transient(dst);
342 if (ttabp) {
343 (ttabp->t_proc)(flags, data, dlen);

Completed in 57 milliseconds