Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_ports_used.c1184 struct net_port_entry **best_match) in net_port_info_match_npi() argument
1218 if (*best_match == NULL) { in net_port_info_match_npi()
1219 *best_match = npe; in net_port_info_match_npi()
1223 *best_match = npe; in net_port_info_match_npi()
1236 if (*best_match == NULL) { in net_port_info_match_npi()
1237 *best_match = npe; in net_port_info_match_npi()
1241 *best_match = npe; in net_port_info_match_npi()
1256 if (*best_match != NULL && (npe->npe_npi.npi_flags & NPIF_NOWAKE) != 0) { in net_port_info_match_npi()
1264 *best_match = npe; in net_port_info_match_npi()
1272 if (*best_match == NULL) { in net_port_info_match_npi()
[all …]