Searched refs:newrt (Results 1 – 3 of 3) sorted by relevance
697 struct newrt { struct707 struct newrt *r1 = (struct newrt *)rt1; in compare_rts() argument708 struct newrt *r2 = (struct newrt *)rt2; in compare_rts()740 struct newrt rt[4096]; in accept_report()
595 struct rtentry *newrt = NULL; in icmp_input_if() local644 sintosa(&ssrc), &newrt, m->m_pkthdr.ph_rtableid); in icmp_input_if()645 if (newrt != NULL && icmp_redirtimeout > 0) { in icmp_input_if()646 rt_timer_add(newrt, &icmp_redirect_timeout_q, in icmp_input_if()649 rtfree(newrt); in icmp_input_if()
1381 struct rtentry *newrt = NULL; in icmp6_redirect_input() local1403 &newrt, m->m_pkthdr.ph_rtableid); in icmp6_redirect_input()1404 if (newrt != NULL && icmp6_redirtimeout > 0) { in icmp6_redirect_input()1405 rt_timer_add(newrt, &icmp6_redirect_timeout_q, in icmp6_redirect_input()1408 rtfree(newrt); in icmp6_redirect_input()