Searched defs:man_dest_s (Results 1 – 1 of 1) sorted by relevance
167 typedef struct man_dest_s { struct168 uint_t md_state; /* state of this destination */169 struct manstr_s *md_msp; /* containing upper STREAM structure */170 queue_t *md_rq; /* upper read queue */171 queue_t *md_wq; /* lower write queue for active path */172 man_dev_t md_device; /* Device from active path. */173 int md_pg_id; /* pathgroup for destination */174 eaddr_t md_dst_eaddr; /* Destinations ether address */175 eaddr_t md_src_eaddr; /* Our ether address */176 int md_dlpistate; /* DLPI State of netdev below us */[all …]