Lines Matching refs:status_word
6796 assert(isinstance(p.status_word, NTPSystemStatusPacket))
6797 assert(p.status_word.leap_indicator == 0)
6798 assert(p.status_word.clock_source == 6)
6799 assert(p.status_word.system_event_counter == 6)
6800 assert(p.status_word.system_event_code == 4)
6842 assert(isinstance(p.status_word, NTPPeerStatusPacket))
6843 assert(p.status_word.configured == 1)
6844 assert(p.status_word.auth_enabled == 1)
6845 assert(p.status_word.authentic == 0)
6846 assert(p.status_word.reachability == 0)
6847 assert(p.status_word.peer_sel == 0)
6848 assert(p.status_word.peer_event_counter == 1)
6849 assert(p.status_word.peer_event_code == 1)
6867 assert(isinstance(p.status_word, NTPPeerStatusPacket))
6929 assert(hasattr(p, 'status_word'))
6930 assert(isinstance(p.status_word, NTPErrorStatusPacket))
6931 assert(p.status_word.error_code == 5)