Searched refs:imo_ifidx (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/netinet/
H A Dip_var.h166 unsigned short imo_ifidx; /* ifp index for outgoing multicasts */ member in struct:ip_moptions
H A Dip_output.c175 imo != NULL && (ifp = if_get(imo->imo_ifidx)) != NULL) {
1415 imo->imo_ifidx = 0;
1442 * index to set the imo_ifidx but check first
1456 imo->imo_ifidx = ifp->if_index;
1471 imo->imo_ifidx = 0;
1489 imo->imo_ifidx = ia->ia_ifp->if_index;
1670 if (imo->imo_ifidx == 0 &&
1700 if (imo == NULL || (ifp = if_get(imo->imo_ifidx)) == NULL)
H A Digmp.c640 imo.imo_ifidx = inm->inm_ifidx;
H A Dip_mroute.c1280 imo.imo_ifidx = rt->rt_ifidx;
H A Dip_carp.c1651 imo->imo_ifidx = 0;
1885 imo->imo_ifidx = sc->sc_if.if_index;
H A Din_pcb.c949 ifp = if_get(mopts->imo_ifidx);
/openbsd-current/sys/net/
H A Dif_vxlan.c517 imo.imo_ifidx = sc->sc_if_index0;
H A Dif_gre.c3717 imo.imo_ifidx = sc->sc_ifp0;
H A Dif_pfsync.c1538 imo.imo_ifidx = sc->sc_sync_ifidx;

Completed in 259 milliseconds