Home
last modified time | relevance | path

Searched refs:phyi_index (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c127 offsetof(struct physical_interface, phyi_index),
327 if (phyi->phyi_index == ifindex) in if_link()
335 phyi->phyi_index = ifindex; in if_link()
474 if (phyi->phyi_index == index) in ifwithindex()
1384 ifp->int_phys->phyi_index != ifindex) || in ifscan()
H A Dtable.c852 if (ifp->int_phys->phyi_index > UINT16_MAX) { in rtioctl()
854 ifp->int_phys->phyi_index); in rtioctl()
858 w_ifp.sdl_index = ifp->int_phys->phyi_index; in rtioctl()
1499 ifp->int_phys->phyi_index : 0); in sync_kern()
H A Drdisc.c1055 ifp->int_phys->phyi_index : 0; in send_rdisc()
1472 drp->dr_ifp->int_phys->phyi_index; in process_d_mib_sock()
H A Ddefs.h301 uint32_t phyi_index; member
H A Doutput.c154 ifp->int_phys->phyi_index : 0; in output()
H A Dtrace.c818 ifp->int_phys != NULL ? ifp->int_phys->phyi_index : 0); in trace_if()