Home | History | Annotate | Download | only in rtadvd

Lines Matching defs:waiting

334 			    "%s: set timer to %jd:%jd. waiting for "
340 "%s: there's no timer. waiting for inputs",
392 static int waiting;
397 if (waiting) {
400 "%s: waiting for expiration of all RA timers",
417 waiting = 1;
706 rai->waiting = 0; /* XXX */
962 /* record sockaddr waiting for RA, if possible */
980 * If there is already a waiting RS packet, don't
983 if (rai->waiting++)
1668 __func__, rai->ifname, rai->waiting);
1686 /* reset waiting counter */
1687 rai->waiting = 0;