Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dif_ports_used.c987 struct net_port_entry **best_match) in net_port_info_match_npi() argument
1021 if (*best_match == NULL) { in net_port_info_match_npi()
1022 *best_match = npe; in net_port_info_match_npi()
1026 *best_match = npe; in net_port_info_match_npi()
1039 if (*best_match == NULL) { in net_port_info_match_npi()
1040 *best_match = npe; in net_port_info_match_npi()
1044 *best_match = npe; in net_port_info_match_npi()
1059 if (*best_match != NULL && (npe->npe_npi.npi_flags & NPIF_NOWAKE) != 0) { in net_port_info_match_npi()
1067 *best_match = npe; in net_port_info_match_npi()
1075 if (*best_match == NULL) { in net_port_info_match_npi()
[all …]