Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Ddlil.c10674 int any_ether_index = 0; in get_ether_index() local
10695 } else if (ifp->if_type == IFT_ETHER && any_ether_index == 0) { in get_ether_index()
10696 any_ether_index = ifp->if_index; in get_ether_index()
10703 } else if (any_ether_index != 0) { in get_ether_index()
10704 *ret_other_index = any_ether_index; in get_ether_index()