Home
last modified time | relevance | path

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

/openbsd/usr.sbin/mrouted/
H A Droute.c697 struct newrt { struct
707 struct newrt *r1 = (struct newrt *)rt1; in compare_rts() argument
708 struct newrt *r2 = (struct newrt *)rt2; in compare_rts()
740 struct newrt rt[4096]; in accept_report()
/openbsd/sys/netinet/
H A Dip_icmp.c595 struct rtentry *newrt = NULL; in icmp_input_if() local
644 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()
/openbsd/sys/netinet6/
H A Dicmp6.c1381 struct rtentry *newrt = NULL; in icmp6_redirect_input() local
1403 &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()