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

/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dvpnplugins.c107 struct lb_slave *lb_next_slave = 0; // next slave to redirect the call to variable in typeref:struct:lb_slave
608 lb_next_slave = 0;
649 lb_next_slave = 0;
664 oldslave = lb_next_slave;
667 lb_next_slave = TAILQ_FIRST(&lb_slaves_list);
669 if (slave->ratio < lb_next_slave->ratio)
670 lb_next_slave = slave;
674 if (lb_next_slave && lb_next_slave != oldslave) {
676 a = ntohl(lb_next_slave
[all...]

Completed in 67 milliseconds