Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_state.h444 bool ann_expired; member
Dgptp_mi.c244 state->ann_expired = true; in announce_timer_handler()
260 state->ann_expired = false; in gptp_mi_init_port_announce_info_sm()
1454 state->ann_expired = true; in gptp_mi_port_announce_information_state_machine()
1504 (state->ann_expired || in gptp_mi_port_announce_information_state_machine()
1564 state->ann_expired = false; in gptp_mi_port_announce_information_state_machine()
1649 if (pa_info_state->ann_expired || in compute_best_vector()
/Zephyr-latest/subsys/net/lib/shell/
Dgptp.c498 ": %s\n", port_state->pa_info.ann_expired ? "yes" : "no"); in gptp_print_port_info()