Home
last modified time | relevance | path

Searched defs:phyint_instance (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.h226 struct phyint_instance { struct
227 struct phyint_instance *pii_next; /* List of all phyint insts */ argument
228 struct phyint_instance *pii_prev; /* List of all phyint insts */ argument
230 struct phyint *pii_phyint; /* Back pointer to the phyint */
231 struct target *pii_targets; /* List of targets on this link */
232 struct logint *pii_probe_logint; /* IFF_NOFAILOVER addr for probing */
233 struct logint *pii_logint; /* Doubly linked list of logical ifs */
235 int pii_probe_sock; /* Socket for ICMP Probe packets */
236 int pii_af; /* Address family */
237 uint16_t pii_rack; /* highest acknowledged seq number */
[all …]