Searched refs:int_phys (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c228 dummy_ifp.int_phys = &dummy_phyi;
347 ifp->int_phys = phyi;
793 if ((phyi = ifp->int_phys) != NULL) {
888 if (recurse && ifp->int_phys != NULL) {
890 for (ifp1 = ifp->int_phys->phyi_interface;
919 if (recurse && ifp->int_phys != NULL) {
921 for (ifp1 = ifp->int_phys->phyi_interface;
978 if (recurse && ifp->int_phys != NULL && IS_IFF_UP(ifp->int_if_flags)) {
979 ifp->int_phys->phyi_data.ts = 0;
982 for (ifp1 = ifp->int_phys
[all...]
H A Dtable.c849 if (ifp == NULL || (ifp->int_phys == NULL)) {
852 if (ifp->int_phys->phyi_index > UINT16_MAX) {
854 ifp->int_phys->phyi_index);
858 w_ifp.sdl_index = ifp->int_phys->phyi_index;
1499 (ifp->int_phys != NULL) ?
1500 ifp->int_phys->phyi_index : 0);
H A Drdisc.c1056 ifindex = (type != mcast && ifp->int_phys != NULL) ?
1057 ifp->int_phys->phyi_index : 0;
1474 drp->dr_ifp->int_phys->phyi_index;
H A Doutput.c155 ifp != NULL && ifp->int_phys != NULL) ?
156 ifp->int_phys->phyi_index : 0;
H A Dtrace.c818 ifp->int_phys != NULL ? ifp->int_phys->phyi_index : 0);
H A Ddefs.h328 struct physical_interface *int_phys; /* backpointer */ member in struct:interface

Completed in 78 milliseconds