OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nterror
(Results
1 - 1
of
1
) sorted by null
/external/tcpdump/
print-smb.c
800
u_int32_t
nterror
;
local
830
nterror
= EXTRACT_LE_32BITS(&buf[5]);
831
if (
nterror
)
832
printf("
NTError
= %s\n", nt_errstr(
nterror
));
[
all
...]
Completed in 112 milliseconds