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

/external/tcpdump/
H A Dsmbutil.c1021 static const nt_err_code_struct nt_errors[] = { variable
1885 for (i = 0; nt_errors[i].name; i++) {
1886 if (err == nt_errors[i].code)
1887 return nt_errors[i].name;

Completed in 152 milliseconds