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

/external/tcpdump/
H A Dprint-smb.c799 uint32_t nterror; local
829 nterror = EXTRACT_LE_32BITS(&buf[5]);
830 if (nterror)
831 ND_PRINT((ndo, "NTError = %s\n", nt_errstr(nterror)));

Completed in 39 milliseconds