Home
last modified time | relevance | path

Searched refs:rstp_err_no (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_in.c920 STP_IN_get_error_explanation (int rstp_err_no) in STP_IN_get_error_explanation() argument
925 if (rstp_err_no < STP_OK) { in STP_IN_get_error_explanation()
928 if (rstp_err_no >= STP_LAST_DUMMY) { in STP_IN_get_error_explanation()
932 return rstp_error_names[rstp_err_no]; in STP_IN_get_error_explanation()
H A Dstp_in.h172 STP_IN_get_error_explanation (int rstp_err_no);