Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcpdump/
H A Dsmbutil.c1022 static const nt_err_code_struct nt_errors[] = { variable
1886 for (i = 0; nt_errors[i].name; i++) { in nt_errstr()
1887 if (err == nt_errors[i].code) in nt_errstr()
1888 return nt_errors[i].name; in nt_errstr()