Lines Matching full:ready
37 /* Tracks the most recent total quantity of L4-ready ifaces (any, IPv4, IPv6) */
78 * @param idx - index (in iface_states) of the iface to mark ready or unready
79 * @param ready - true if the iface should be considered ready, otherwise false
80 * @param ready_ipv4 - true if the iface is ready with IPv4, otherwise false
81 * @param ready_ipv6 - true if the iface is ready with IPv6, otherwise false
83 static void conn_mgr_mon_set_ready(int idx, bool ready, bool ready_ipv4, bool ready_ipv6) in conn_mgr_mon_set_ready() argument
90 if (ready) { in conn_mgr_mon_set_ready()
132 /* Detect whether iface was previously considered ready */ in conn_mgr_mon_handle_update()
144 /* Determine whether iface is currently considered ready */ in conn_mgr_mon_handle_update()
149 /* Track ready iface count */ in conn_mgr_mon_handle_update()
175 /* If the total number of ready ifaces changed, possibly send an event */ in conn_mgr_mon_handle_update()