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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c864 boolean_t v4_in_group; local
877 v4_in_group = _B_FALSE;
881 * has IPv4 plumbed and if so set v4_in_group to true.
886 v4_in_group = _B_TRUE;
892 * 2nd pass. If v4_in_group is true, check that phyint
900 if (v4_in_group == _B_TRUE && pi->pi_v4 == NULL) {

Completed in 66 milliseconds