Home | History | Annotate | Download | only in map-mbone

Lines Matching refs:tries

71     int		tries;		/* How many requests sent?  -1 for aliases */
116 n->tries = 0;
277 if (node->tries == 0) /* Never heard of 'em; must have hit them at */
278 node->tries = 1; /* least once, though...*/
279 else if (node->tries == -1) /* follow alias link */
288 node->tries = 1;
330 if (ifc_node->tries == 0) { /* new node */
331 ifc_node->tries = -1;
334 && (ifc_node->tries > 0 || ifc_node->u.alias != node)) {
338 if (ifc_node->tries == -1) {
347 if (ifc_node->tries > node->tries)
348 node->tries = ifc_node->tries;
379 ifc_node->tries = -1;
421 if (n_node->tries == 0 && !target_addr) { /* it's a new router */
423 n_node->tries = 1;
438 if (node->tries == 0) /* Never heard of 'em; must have hit them at */
439 node->tries = 1; /* least once, though...*/
440 else if (node->tries == -1) /* follow alias link */
471 if (ifc_node->tries == 0) { /* new node */
472 ifc_node->tries = -1;
475 && (ifc_node->tries > 0 || ifc_node->u.alias != node)) {
479 if (ifc_node->tries == -1) {
488 if (ifc_node->tries > node->tries)
489 node->tries = ifc_node->tries;
520 ifc_node->tries = -1;
565 if (n_node->tries == 0 && !target_addr) { /* it's a new router */
567 n_node->tries = 1;
588 if (node->tries > 0 && node->tries < retries) {
593 node->tries++;
621 || (node->tries >= 0 && node->u.interfaces)
622 || (node->tries == -1
623 && node->u.alias->tries >= 0
629 if (node->tries < 0)
700 if (node->tries >= 0) {
711 if (nb_node->tries < 0)
740 if (node->tries >= 0) {
749 if (nb_node->tries < 0)
902 n->tries = 1;