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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.h43 * phyint_group: A group of phyints i.e. physical interfaces that are
50 * group, must have IPv6 protocol instances. (struct phyint_group)
152 struct phyint_group { struct
155 struct phyint_group *pg_next; /* Next phyint group */
156 struct phyint_group *pg_prev; /* Prev phyint group */
186 struct phyint_group *pi_group; /* Pointer to the group */
401 extern struct phyint_group *phyint_groups; /* List of all phyint groups */
402 extern struct phyint_group *phyint_anongroup; /* Pointer to the anon group */
423 extern void phyint_group_chstate(struct phyint_group *pg, enum pg_state state);
424 extern struct phyint_group *phyint_group_creat
[all...]

Completed in 57 milliseconds