Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Ddlil.c6564 int any_ether_index = 0; in get_ether_index() local
6585 } else if (ifp->if_type == IFT_ETHER && any_ether_index == 0) { in get_ether_index()
6586 any_ether_index = ifp->if_index; in get_ether_index()
6593 } else if (any_ether_index != 0) { in get_ether_index()
6594 *ret_other_index = any_ether_index; in get_ether_index()