Home
last modified time | relevance | path

Searched refs:rtm_index (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/compat/net/
H A Droute.h70 u_short rtm_index; /* index for associated ifp */ member
/netbsd-src/sys/net/
H A Droute.h224 u_short rtm_index; /* index for associated ifp */ member
H A Drtsock.c222 rtm->rtm_index = rt->rt_ifp->if_index; in sysctl_dumpentry()
H A Drtsock_shared.c625 rtm->rtm_index = ifp->if_index; in route_output_report()
1549 rtm.rtm_index = ifp->if_index; in COMPATNAME()
H A Dif_llatbl.c113 rtm->rtm_index = ifp->if_index; in lltable_dump_entry()
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dif-bsd.c743 rtm->rtm_index = (unsigned short)rt->rt_ifp->index; in if_route()
918 if (rtm->rtm_index) in if_copyrt()
919 rt->rt_ifp = if_findindex(ctx->ifaces, rtm->rtm_index); in if_copyrt()
/netbsd-src/sbin/route/
H A Drtutil.c297 printf(" %.16s", if_indextoname(rtm->rtm_index, ifbuf)); in p_rtentry()
/netbsd-src/usr.sbin/route6d/
H A Droute6d.c2515 s = rtm->rtm_index; in rt_entry()