Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dif_var_status.h120 u_int32_t ul_retxt_level; /* Retransmission metric */ member
185 u_int32_t ul_retxt_level; /* Retransmission metric */ member
H A Dntstat.c4493 if (if_cell_sr->ul_retxt_level == IF_CELL_UL_RETXT_LEVEL_NONE) { in nstat_ifnet_copy_link_status()
4494 cell_status->ul_retxt_level = NSTAT_IFNET_DESC_CELL_UL_RETXT_LEVEL_NONE; in nstat_ifnet_copy_link_status()
4495 } else if (if_cell_sr->ul_retxt_level == IF_CELL_UL_RETXT_LEVEL_LOW) { in nstat_ifnet_copy_link_status()
4496 cell_status->ul_retxt_level = NSTAT_IFNET_DESC_CELL_UL_RETXT_LEVEL_LOW; in nstat_ifnet_copy_link_status()
4497 } else if (if_cell_sr->ul_retxt_level == IF_CELL_UL_RETXT_LEVEL_MEDIUM) { in nstat_ifnet_copy_link_status()
4498 cell_status->ul_retxt_level = NSTAT_IFNET_DESC_CELL_UL_RETXT_LEVEL_MEDIUM; in nstat_ifnet_copy_link_status()
4499 } else if (if_cell_sr->ul_retxt_level == IF_CELL_UL_RETXT_LEVEL_HIGH) { in nstat_ifnet_copy_link_status()
4500 cell_status->ul_retxt_level = NSTAT_IFNET_DESC_CELL_UL_RETXT_LEVEL_HIGH; in nstat_ifnet_copy_link_status()
4578 if (if_wifi_sr->ul_retxt_level == IF_WIFI_UL_RETXT_LEVEL_NONE) { in nstat_ifnet_copy_link_status()
4579 wifi_status->ul_retxt_level = NSTAT_IFNET_DESC_WIFI_UL_RETXT_LEVEL_NONE; in nstat_ifnet_copy_link_status()
[all …]
H A Dntstat.h651 u_int32_t ul_retxt_level; /* Retransmission metric */ member
707 u_int32_t ul_retxt_level; /* Retransmission metric */ member