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

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Drdisc.c292 ifp->int_rdisc_cnt = 0;
396 ifp->int_rdisc_cnt = 0;
438 } else if (ifp->int_rdisc_cnt >= MAX_SOLICITATIONS) {
442 ifp->int_rdisc_cnt = 0;
668 ifp->int_rdisc_cnt = MAX_SOLICITATIONS;
850 ifp->int_rdisc_cnt++;
855 if (ifp->int_rdisc_cnt < MAX_INITIAL_ADVERTS
886 || ifp->int_rdisc_cnt >= MAX_SOLICITATIONS)
898 if (++ifp->int_rdisc_cnt >= MAX_SOLICITATIONS)
H A Ddefs.h329 int int_rdisc_cnt; member in struct:interface

Completed in 202 milliseconds