Lines Matching full:tries
72 int tries; /* How many requests sent? -1 for aliases */
114 n->tries = 0;
274 if (node->tries == 0) /* Never heard of 'em; must have hit them at */
275 node->tries = 1; /* least once, though...*/
276 else if (node->tries == -1) /* follow alias link */
285 node->tries = 1;
327 if (ifc_node->tries == 0) { /* new node */
328 ifc_node->tries = -1;
331 && (ifc_node->tries > 0 || ifc_node->u.alias != node)) {
335 if (ifc_node->tries == -1) {
344 if (ifc_node->tries > node->tries)
345 node->tries = ifc_node->tries;
376 ifc_node->tries = -1;
418 if (n_node->tries == 0 && !target_addr) { /* it's a new router */
420 n_node->tries = 1;
435 if (node->tries == 0) /* Never heard of 'em; must have hit them at */
436 node->tries = 1; /* least once, though...*/
437 else if (node->tries == -1) /* follow alias link */
468 if (ifc_node->tries == 0) { /* new node */
469 ifc_node->tries = -1;
472 && (ifc_node->tries > 0 || ifc_node->u.alias != node)) {
476 if (ifc_node->tries == -1) {
485 if (ifc_node->tries > node->tries)
486 node->tries = ifc_node->tries;
517 ifc_node->tries = -1;
562 if (n_node->tries == 0 && !target_addr) { /* it's a new router */
564 n_node->tries = 1;
585 if (node->tries > 0 && node->tries < retries) {
590 node->tries++;
618 || (node->tries >= 0 && node->u.interfaces)
619 || (node->tries == -1
620 && node->u.alias->tries >= 0
626 if (node->tries < 0)
697 if (node->tries >= 0) {
708 if (nb_node->tries < 0)
737 if (node->tries >= 0) {
746 if (nb_node->tries < 0)
891 n->tries = 1;