Searched refs:nterror (Results 1 – 1 of 1) sorted by relevance
800 u_int32_t nterror; in print_smb() local830 nterror = EXTRACT_LE_32BITS(&buf[5]); in print_smb()831 if (nterror) in print_smb()832 printf("NTError = %s\n", nt_errstr(nterror)); in print_smb()