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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c449 static struct xid_entry *xe_first = &xe_table[0]; variable in typeref:struct:xid_entry
458 for (x = xe; x >= xe_first; x--)
477 xe = xe_first;

Completed in 50 milliseconds