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.h39 * hme0 or the IPv6 instance of hme0. (struct phyint_instance)
108 * to access members of the pii_probes[] array defined in the phyint_instance
184 struct phyint_instance *pi_v4; /* The IPv4 instance */
185 struct phyint_instance *pi_v6; /* The IPv6 instance */
226 struct phyint_instance { struct
227 struct phyint_instance *pii_next; /* List of all phyint insts */
228 struct phyint_instance *pii_prev; /* List of all phyint insts */
303 struct phyint_instance *li_phyint_inst;
326 struct phyint_instance *tg_phyint_inst;
403 extern struct phyint_instance *phyint_instance
[all...]

Completed in 80 milliseconds