Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dsmbutil.c1100 static const nt_err_code_struct nt_errors[] = { variable
1964 for (i = 0; nt_errors[i].name; i++) { in nt_errstr()
1965 if (err == nt_errors[i].code) in nt_errstr()
1966 return nt_errors[i].name; in nt_errstr()