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

  /src/usr.sbin/mrouted/
route.c 700 struct newrt { struct
710 const struct newrt *r1 = (const struct newrt *)rt1;
711 const struct newrt *r2 = (const struct newrt *)rt2;
743 struct newrt rt[4096];
  /src/sys/netinet6/
icmp6.c 2402 struct rtentry *newrt = NULL; local in function:icmp6_redirect_input
2436 RTF_GATEWAY | RTF_HOST, sin6tosa(&ssrc), &newrt);
2438 if (newrt) {
2439 (void)rt_timer_add(newrt, icmp6_redirect_timeout,
2441 rt_unref(newrt);

Completed in 13 milliseconds