HomeSort by: relevance | last modified time | path
    Searched refs:int_rdisc_cnt (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/routed/
rdisc.c 292 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)
defs.h 313 int int_rdisc_cnt; member in struct:interface

Completed in 13 milliseconds