HomeSort by: relevance | last modified time | path
    Searched defs:newrt (Results 1 - 8 of 8) 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];
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
2436 RTF_GATEWAY | RTF_HOST, sin6tosa(&ssrc), &newrt); local
2438 if (newrt) {
2439 (void)rt_timer_add(newrt, icmp6_redirect_timeout,
2441 rt_unref(newrt);
icmp6.c 2402 struct rtentry *newrt = NULL; local
2436 RTF_GATEWAY | RTF_HOST, sin6tosa(&ssrc), &newrt); local
2438 if (newrt) {
2439 (void)rt_timer_add(newrt, icmp6_redirect_timeout,
2441 rt_unref(newrt);
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 10559 tree newrt = TREE_TYPE (newtype);
10562 && comptypes (oldrt, newrt))
10527 tree newrt = TREE_TYPE (newtype); local
c-decl.cc 10559 tree newrt = TREE_TYPE (newtype);
10562 && comptypes (oldrt, newrt))
10527 tree newrt = TREE_TYPE (newtype); local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 9621 tree newrt = TREE_TYPE (newtype);
9624 && comptypes (oldrt, newrt))
9589 tree newrt = TREE_TYPE (newtype); local
c-decl.cc 9621 tree newrt = TREE_TYPE (newtype);
9624 && comptypes (oldrt, newrt))
9589 tree newrt = TREE_TYPE (newtype); local

Completed in 83 milliseconds