Home
last modified time | relevance | path

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

/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/ntpd/
H A Drefclock_shm.c262 int major_error; in shm_poll() local
267 major_error = max(up->notready, up->bad); in shm_poll()
268 major_error = max(major_error, up->clash); in shm_poll()
281 } else if (major_error == up->clash) { in shm_poll()
284 } else if (major_error == up->bad) { in shm_poll()
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Drefclock_shm.c328 int major_error; in shm_poll() local
333 major_error = max(up->notready, up->bad); in shm_poll()
334 major_error = max(major_error, up->clash); in shm_poll()
348 } else if (major_error == up->clash) { in shm_poll()
351 } else if (major_error == up->bad) { in shm_poll()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bgp.c10056 guint major_error; in dissect_bgp_notification() local
10068 major_error = tvb_get_guint8(tvb, offset); in dissect_bgp_notification()
10071 switch(major_error){ in dissect_bgp_notification()
10095 …nfo_format(pinfo, ti, &ei_bgp_notify_minor_unknown, "Unknown notification error (%d)",major_error); in dissect_bgp_notification()
10105 … if (hlen - BGP_MIN_NOTIFICATION_MSG_SIZE - 1 == clen && major_error == BGP_MAJOR_ERROR_CEASE && in dissect_bgp_notification()
10111 } else if ( major_error == BGP_MAJOR_ERROR_OPEN_MSG && minor_cease == 7 ) { in dissect_bgp_notification()
10115 …} else if (major_error == BGP_MAJOR_ERROR_OPEN_MSG && minor_cease == 2 ) { /* Display Bad Peer AS … in dissect_bgp_notification()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bgp.c10056 guint major_error;
10068 major_error = tvb_get_guint8(tvb, offset);
10071 switch(major_error){
10095 …nfo_format(pinfo, ti, &ei_bgp_notify_minor_unknown, "Unknown notification error (%d)",major_error);
10105 … if (hlen - BGP_MIN_NOTIFICATION_MSG_SIZE - 1 == clen && major_error == BGP_MAJOR_ERROR_CEASE &&
10111 } else if ( major_error == BGP_MAJOR_ERROR_OPEN_MSG && minor_cease == 7 ) {
10115 …} else if (major_error == BGP_MAJOR_ERROR_OPEN_MSG && minor_cease == 2 ) { /* Display Bad Peer AS …
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bgp.c10056 guint major_error; in dissect_bgp_notification() local
10068 major_error = tvb_get_guint8(tvb, offset); in dissect_bgp_notification()
10071 switch(major_error){ in dissect_bgp_notification()
10095 …nfo_format(pinfo, ti, &ei_bgp_notify_minor_unknown, "Unknown notification error (%d)",major_error); in dissect_bgp_notification()
10105 … if (hlen - BGP_MIN_NOTIFICATION_MSG_SIZE - 1 == clen && major_error == BGP_MAJOR_ERROR_CEASE && in dissect_bgp_notification()
10111 } else if ( major_error == BGP_MAJOR_ERROR_OPEN_MSG && minor_cease == 7 ) { in dissect_bgp_notification()
10115 …} else if (major_error == BGP_MAJOR_ERROR_OPEN_MSG && minor_cease == 2 ) { /* Display Bad Peer AS … in dissect_bgp_notification()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bgp.c10056 guint major_error; in dissect_bgp_notification() local
10068 major_error = tvb_get_guint8(tvb, offset); in dissect_bgp_notification()
10071 switch(major_error){ in dissect_bgp_notification()
10095 …nfo_format(pinfo, ti, &ei_bgp_notify_minor_unknown, "Unknown notification error (%d)",major_error); in dissect_bgp_notification()
10105 … if (hlen - BGP_MIN_NOTIFICATION_MSG_SIZE - 1 == clen && major_error == BGP_MAJOR_ERROR_CEASE && in dissect_bgp_notification()
10111 } else if ( major_error == BGP_MAJOR_ERROR_OPEN_MSG && minor_cease == 7 ) { in dissect_bgp_notification()
10115 …} else if (major_error == BGP_MAJOR_ERROR_OPEN_MSG && minor_cease == 2 ) { /* Display Bad Peer AS … in dissect_bgp_notification()