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

  /src/usr.sbin/mrouted/
prune.c 1123 u_int32_t prun_tmr; local in function:accept_prune
1157 ((char *)&prun_tmr)[i] = *p++;
1158 prun_tmr = ntohl(prun_tmr);
1162 inet_fmt(prun_src), inet_fmt(prun_grp), prun_tmr);
1192 inet_fmt(prun_grp), prun_tmr,
1195 pt->pt_timer = prun_tmr;
1206 pt->pt_timer = prun_tmr;
1214 if ((u_int32_t)g->gt_timer < prun_tmr)
1215 g->gt_timer = prun_tmr;
    [all...]
prune.c 1123 u_int32_t prun_tmr; local in function:accept_prune
1157 ((char *)&prun_tmr)[i] = *p++;
1158 prun_tmr = ntohl(prun_tmr);
1162 inet_fmt(prun_src), inet_fmt(prun_grp), prun_tmr);
1192 inet_fmt(prun_grp), prun_tmr,
1195 pt->pt_timer = prun_tmr;
1206 pt->pt_timer = prun_tmr;
1214 if ((u_int32_t)g->gt_timer < prun_tmr)
1215 g->gt_timer = prun_tmr;
    [all...]

Completed in 43 milliseconds