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

/netbsd-current/external/bsd/tcpdump/dist/
H A Dsmbutil.c1102 static const nt_err_code_struct nt_errors[] = { variable
1966 for (i = 0; nt_errors[i].name; i++) {
1967 if (err == nt_errors[i].code)
1968 return nt_errors[i].name;

Completed in 68 milliseconds