Home
last modified time | relevance | path

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; in dummy_ifp_init()
347 ifp->int_phys = phyi; in if_link()
793 if ((phyi = ifp->int_phys) != NULL) { in ifdel()
919 if (recurse && ifp->int_phys != NULL) { in if_bad()
979 ifp->int_phys->phyi_data.ts = 0; in if_ok()
1383 (ifp->int_phys != NULL && in ifscan()
1415 } else if (ifp->int_phys != NULL && in ifscan()
1422 ifp->int_phys->phyi_data.ts); in ifscan()
1545 if (ifp->int_phys != NULL && in ifscan()
1550 ifp->int_phys->phyi_name); in ifscan()
[all …]
H A Dtable.c849 if (ifp == NULL || (ifp->int_phys == NULL)) { in rtioctl()
852 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()
1498 (ifp->int_phys != NULL) ? in sync_kern()
1499 ifp->int_phys->phyi_index : 0); in sync_kern()
H A Drdisc.c1054 ifindex = (type != mcast && ifp->int_phys != NULL) ? in send_rdisc()
1055 ifp->int_phys->phyi_index : 0; in send_rdisc()
1472 drp->dr_ifp->int_phys->phyi_index; in process_d_mib_sock()
H A Doutput.c153 ifp != NULL && ifp->int_phys != NULL) ? in output()
154 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()
H A Ddefs.h328 struct physical_interface *int_phys; /* backpointer */ member