Home
last modified time | relevance | path

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

/external/tcpdump/
Dsmbutil.c1018 static const nt_err_code_struct nt_errors[] = { variable
1882 for (i = 0; nt_errors[i].name; i++) { in nt_errstr()
1883 if (err == nt_errors[i].code) in nt_errstr()
1884 return nt_errors[i].name; in nt_errstr()