Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dif_ports_used.c1164 struct net_port_entry **best_match) in net_port_info_match_npi() argument
1198 if (*best_match == NULL) { in net_port_info_match_npi()
1199 *best_match = npe; in net_port_info_match_npi()
1203 *best_match = npe; in net_port_info_match_npi()
1216 if (*best_match == NULL) { in net_port_info_match_npi()
1217 *best_match = npe; in net_port_info_match_npi()
1221 *best_match = npe; in net_port_info_match_npi()
1236 if (*best_match != NULL && (npe->npe_npi.npi_flags & NPIF_NOWAKE) != 0) { in net_port_info_match_npi()
1244 *best_match = npe; in net_port_info_match_npi()
1252 if (*best_match == NULL) { in net_port_info_match_npi()
[all …]