Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif_enc.c287 struct ifnet *oifp, *nifp; in enc_unsetif() local
301 nifp = enc_allifps[i]; in enc_unsetif()
303 if (nifp == NULL || nifp == ifp || nifp->if_rdomain != rdomain) in enc_unsetif()
306 enc_ifps[rdomain] = nifp; in enc_unsetif()
307 nifp->if_link_state = LINK_STATE_UP; in enc_unsetif()