Home
last modified time | relevance | path

Searched refs:newrt (Results 1 – 3 of 3) sorted by relevance

/netbsd/usr.sbin/mrouted/
H A Droute.c700 struct newrt { struct
710 const struct newrt *r1 = (const struct newrt *)rt1; in compare_rts() argument
711 const struct newrt *r2 = (const struct newrt *)rt2; in compare_rts()
743 struct newrt rt[4096]; in accept_report()
/netbsd/sys/netinet6/
H A Dicmp6.c2402 struct rtentry *newrt = NULL; in icmp6_redirect_input() local
2436 RTF_GATEWAY | RTF_HOST, sin6tosa(&ssrc), &newrt); in icmp6_redirect_input()
2438 if (newrt) { in icmp6_redirect_input()
2439 (void)rt_timer_add(newrt, icmp6_redirect_timeout, in icmp6_redirect_input()
2441 rt_unref(newrt); in icmp6_redirect_input()
/netbsd/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc9574 tree newrt = TREE_TYPE (newtype); in start_function() local
9577 && comptypes (oldrt, newrt)) in start_function()