Searched refs:rt1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/net/
H A Dif_mpls.c194 struct rtentry *rt1; local
255 if ((rt1=rtalloc1(rt->rt_gateway, 1)) == NULL) {
260 err = mpls_send_frame(m, rt1->rt_ifp, rt);
261 RTFREE(rt1);
/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Droute.c47 static int compare_rts(const void *rt1, const void *rt2);
708 compare_rts(const void *rt1, const void *rt2) argument
710 const struct newrt *r1 = (const struct newrt *)rt1;

Completed in 98 milliseconds