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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c232 static struct xid_entry *find_rpc();
440 struct xid_entry { struct
448 static struct xid_entry xe_table[XID_CACHE_SIZE];
449 static struct xid_entry *xe_first = &xe_table[0];
450 static struct xid_entry *xe = &xe_table[0];
451 static struct xid_entry *xe_last = &xe_table[XID_CACHE_SIZE - 1];
453 static struct xid_entry *
456 struct xid_entry *x;
470 struct xid_entry *x;
860 len = sizeof (struct xid_entry);
[all...]

Completed in 50 milliseconds