Searched refs:supplier (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtimer.c94 if (supplier)
164 if (!supplier)
H A Dmain.c54 boolean_t supplier = _B_TRUE; /* process should supply updates */ variable
100 supplier = _B_TRUE;
103 supplier = _B_FALSE;
210 if (supplier)
H A Ddefs.h147 extern boolean_t supplier;
H A Dinput.c135 int answer = supplier;
311 supplier && size >= sizeof (struct netinfo6);
480 if (changes && supplier)
H A Dstartup.c359 if (supplier & changes)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c52 boolean_t supplier; /* supply or broadcast updates */ variable
232 supplier = _B_FALSE;
237 supplier = _B_TRUE;
301 if (supplier_set && !supplier) {
304 supplier = _B_TRUE;
H A Ddefs.h584 extern boolean_t supplier; /* process should supply updates */
H A Dif.c1052 (supplier || tot_interfaces != 1 ?
1981 * user has forced us to be a supplier (by the command line) or if we
1983 * forwarding interfaces, then behave as a RIP supplier (supply rdisc
1991 return ((supplier_set && supplier) ||

Completed in 8598 milliseconds