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

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h979 struct ire_s *ipif_ire_local; /* Our IRE_LOCAL or LOOPBACK */
980 struct ire_s *ipif_ire_if; /* Our IRE_INTERFACE */
1266 struct ire_s *irb_ire; /* First ire in this bucket */
1296 struct ire_s;
1297 typedef struct ire_s ire_t;
2623 struct ire_s { struct
2624 struct ire_s *ire_next; /* The hash chain must be first. */
2625 struct ire_s **ire_ptpn; /* Pointer to previous next. */

Completed in 68 milliseconds